Skip to content

ExtractGeometry and ExtractPoints filters

Patricia Fasel requested to merge pkf/vtk-m:extract-geometry into master

Extract geometry or points for a volume of interest using ImplicitFunction. ExtractGeometry returns a CellSetPermutation of the input data. ExtractPoint returns CellSetSingleType.

Merge request reports