32 #ifndef vtkRemovePolyData_h
33 #define vtkRemovePolyData_h
35 #include "vtkFiltersGeneralModule.h"
38 VTK_ABI_NAMESPACE_BEGIN
104 vtkSetMacro(ExactMatch,
bool);
105 vtkGetMacro(ExactMatch,
bool);
106 vtkBooleanMacro(ExactMatch,
bool);
127 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
abstract superclass for arrays of numeric data
vtkDataObject * GetInput()
object to represent cell connectivity
vtkPolyData * GetInput()
Get any input of this filter.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Removes vtkPolyData cells from an input vtkPolyData.