Skip to content

Add vtkHyperTreeGridFeatureEdges filter

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

Add a dedicated filter for hyper tree grids. Unlike the vtkFeatureEdges filter, which operates on a vtkPolyData and generate feature edges based on geometrical characteristics, the vtkHyperTreeGridFeatureEdges produces them by iterating through the input vtkHyperTreeGrid directly.

TestHyperTreeGridBinary2DFeatureEdges TestHyperTreeGridBinary3DFeatureEdges

Edited by Thomas Galland

Merge request reports