Skip to content

[WIP]Static mesh plugin

Add a static mesh plugin which contain unstructured grid static mesh aware version of

  • DataSetSurfaceFilter
  • UnstructuredGridGhostCellGenerator
  • PlaneCutter

A static mesh is a temporal dataset where associated point, cell and field data vary over time while the geometry is static. This plugin uses a factory design to be able to replace all vtkUnstructuredGrid instanciation a a specific type vtkStaticUnstructuredGrid wich has a GetMeshTime method and can be used to manage a Cache in specific reimplementation of filters.

Merge request reports