|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   47 #ifndef vtkExtractCellsByType_h 
   48 #define vtkExtractCellsByType_h 
   51 #include "vtkFiltersExtractionModule.h"  
   53 struct vtkCellTypeSet;
 
   74   void AddCellType(
unsigned int type);
 
   75   void AddAllCellTypes();
 
   76   void RemoveCellType(
unsigned int type);
 
   77   void RemoveAllCellTypes();
 
   78   bool ExtractCellType(
unsigned int type);
 
   86   void ExtractPolyDataCells(
 
   88   void ExtractUnstructuredGridCells(
 
   98   vtkCellTypeSet* CellTypes;
 
  
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
static vtkDataSetAlgorithm * New()
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.