Skip to content

VTK HTG geometry rework

Thomas Galland requested to merge thomas.galland/vtk:vtkHTGGeometryRework into master

The vtkHyperTreeGridGeometryFilter now delegate the work to dedicated implementation classes, depending on the dimension of the HTG (see vtkvtkHyperTreeGridGeometry3DImpl for example).

Furthermore, the geometry filter now supports interfaces in the 1D, 2D and 3D cases.

Edited by Thomas Galland

Merge request reports