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);
130 vtkSetClampMacro(BatchSize,
unsigned int, 1,
VTK_INT_MAX);
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
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
abstract class to specify dataset behavior
static vtkUnstructuredGridAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
list of point or cell ids
dataset represents arbitrary combinations of all possible cell types
Superclass for algorithms that produce only unstructured grid as output.