34 #ifndef vtkExtractCells_h
35 #define vtkExtractCells_h
37 #include "vtkFiltersExtractionModule.h"
41 class vtkExtractCellsSTLCloak;
89 vtkSetMacro(ExtractAllCells,
bool);
90 vtkGetMacro(ExtractAllCells,
bool);
91 vtkBooleanMacro(ExtractAllCells,
bool);
100 vtkSetMacro(AssumeSortedAndUniqueIds,
bool);
101 vtkGetMacro(AssumeSortedAndUniqueIds,
bool);
102 vtkBooleanMacro(AssumeSortedAndUniqueIds,
bool);
112 vtkExtractCellsSTLCloak* CellList =
nullptr;
115 bool ExtractAllCells =
false;
116 bool AssumeSortedAndUniqueIds =
false;
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.