Skip to content

Introduce vtkMeshCache

Nicolas Vuaille requested to merge nicolas.vuaille/vtk:StaticMeshCache into master

vtkMeshCache is a class to store and reuse the mesh of a vtkDataSet. It allows to copy attributes from an input to the cached mesh, if the original points/cells ids are known.

Merge request reports