38 #ifndef vtkExtractCellsByType_h
39 #define vtkExtractCellsByType_h
42 #include "vtkFiltersExtractionModule.h"
44 VTK_ABI_NAMESPACE_BEGIN
45 struct vtkCellTypeSet;
66 void AddCellType(
unsigned int type);
67 void AddAllCellTypes();
68 void RemoveCellType(
unsigned int type);
69 void RemoveAllCellTypes();
70 bool ExtractCellType(
unsigned int type);
78 void ExtractPolyDataCells(
80 void ExtractUnstructuredGridCells(
90 vtkCellTypeSet* CellTypes;
abstract class to specify dataset behavior
dynamic, self-adjusting array of vtkIdType
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
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.