31 #ifndef vtkExtractCells_h
32 #define vtkExtractCells_h
34 #include "vtkFiltersExtractionModule.h"
38 class vtkExtractCellsSTLCloak;
86 vtkSetMacro(ExtractAllCells,
bool);
87 vtkGetMacro(ExtractAllCells,
bool);
88 vtkBooleanMacro(ExtractAllCells,
bool);
97 vtkSetMacro(AssumeSortedAndUniqueIds,
bool);
98 vtkGetMacro(AssumeSortedAndUniqueIds,
bool);
99 vtkBooleanMacro(AssumeSortedAndUniqueIds,
bool);
114 vtkExtractCellsSTLCloak* CellList =
nullptr;
117 bool InputIsUgrid =
false;
118 bool ExtractAllCells =
false;
119 bool AssumeSortedAndUniqueIds =
false;
abstract class to specify dataset behavior
list of point or cell ids
a simple class to control print indentation
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types