Skip to content
Snippets Groups Projects
Commit 0d45fe2f authored by Ricardo Ortiz's avatar Ricardo Ortiz
Browse files

Add the vtk mapped data array MeshNodalCordinates.

This data mapper allows you to map external data into the
vtkDataArray.
This in turn allows you to interface with vtk without
repacking the simulatordata.

Clean up and implement a pimpl VtkRenderer to hide
redering implementation.

Replace core::StdVector3d with std::vector<core::Vec3d>

because eigen 3d vector array is aligned
by default so no special allocator is needed. See core::StdVector3d
for more details.
parent 8efd34f8
No related branches found
No related tags found
No related merge requests found
Showing
with 87 additions and 68 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment