63 #ifndef vtkExtractCells_h
64 #define vtkExtractCells_h
66 #include "vtkFiltersExtractionModule.h"
70 class vtkExtractCellsSTLCloak;
118 vtkSetMacro(ExtractAllCells,
bool);
119 vtkGetMacro(ExtractAllCells,
bool);
120 vtkBooleanMacro(ExtractAllCells,
bool);
129 vtkSetMacro(AssumeSortedAndUniqueIds,
bool);
130 vtkGetMacro(AssumeSortedAndUniqueIds,
bool);
131 vtkBooleanMacro(AssumeSortedAndUniqueIds,
bool);
141 vtkExtractCellsSTLCloak* CellList =
nullptr;
144 bool ExtractAllCells =
false;
145 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