27 #ifndef vtkExtractCells_h
28 #define vtkExtractCells_h
30 #include "vtkFiltersCoreModule.h"
34 VTK_ABI_NAMESPACE_BEGIN
36 class vtkExtractCellsIdList;
84 vtkSetMacro(ExtractAllCells,
bool);
85 vtkGetMacro(ExtractAllCells,
bool);
86 vtkBooleanMacro(ExtractAllCells,
bool);
95 vtkSetMacro(AssumeSortedAndUniqueIds,
bool);
96 vtkGetMacro(AssumeSortedAndUniqueIds,
bool);
97 vtkBooleanMacro(AssumeSortedAndUniqueIds,
bool);
106 vtkSetMacro(PassThroughCellIds,
bool);
107 vtkGetMacro(PassThroughCellIds,
bool);
108 vtkBooleanMacro(PassThroughCellIds,
bool);
117 vtkSetMacro(OutputPointsPrecision,
int);
118 vtkGetMacro(OutputPointsPrecision,
int);
131 vtkGetMacro(BatchSize,
unsigned int);
142 bool ExtractAllCells =
false;
143 bool AssumeSortedAndUniqueIds =
false;
144 bool PassThroughCellIds =
true;
146 unsigned int BatchSize = 1000;
153 VTK_ABI_NAMESPACE_END
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