50 #ifndef vtkExtractCellsByType_h
51 #define vtkExtractCellsByType_h
54 #include "vtkFiltersExtractionModule.h"
56 struct vtkCellTypeSet;
77 void AddCellType(
unsigned int type);
78 void AddAllCellTypes();
79 void RemoveCellType(
unsigned int type);
80 void RemoveAllCellTypes();
81 bool ExtractCellType(
unsigned int type);
89 void ExtractPolyDataCells(
91 void ExtractUnstructuredGridCells(
101 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.