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;