36 #ifndef vtkExtractCells_h
37 #define vtkExtractCells_h
39 #include "vtkFiltersCoreModule.h"
43 VTK_ABI_NAMESPACE_BEGIN
45 class vtkExtractCellsIdList;
93 vtkSetMacro(ExtractAllCells,
bool);
94 vtkGetMacro(ExtractAllCells,
bool);
95 vtkBooleanMacro(ExtractAllCells,
bool);
104 vtkSetMacro(AssumeSortedAndUniqueIds,
bool);
105 vtkGetMacro(AssumeSortedAndUniqueIds,
bool);
106 vtkBooleanMacro(AssumeSortedAndUniqueIds,
bool);
115 vtkSetMacro(PassThroughCellIds,
bool);
116 vtkGetMacro(PassThroughCellIds,
bool);
117 vtkBooleanMacro(PassThroughCellIds,
bool);
126 vtkSetMacro(OutputPointsPrecision,
int);
127 vtkGetMacro(OutputPointsPrecision,
int);
140 vtkGetMacro(BatchSize,
unsigned int);
151 bool ExtractAllCells =
false;
152 bool AssumeSortedAndUniqueIds =
false;
153 bool PassThroughCellIds =
true;
155 unsigned int BatchSize = 1000;
162 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