31 #ifndef vtkExtractCells_h
32 #define vtkExtractCells_h
34 #include "vtkFiltersExtractionModule.h"
38 class vtkExtractCellsSTLCloak;
89 vtkExtractCellsSTLCloak *CellList;
91 int SubSetUGridCellArraySize;
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.