 |
VTK
9.1.0
|
Go to the documentation of this file.
41 #ifndef vtkRemovePolyData_h
42 #define vtkRemovePolyData_h
44 #include "vtkFiltersGeneralModule.h"
112 vtkSetMacro(ExactMatch,
bool);
113 vtkGetMacro(ExactMatch,
bool);
114 vtkBooleanMacro(ExactMatch,
bool);
represent and manipulate 3D points
Removes vtkPolyData cells from an input vtkPolyData.
abstract superclass for arrays of numeric data
~vtkRemovePolyData() override
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
object to represent cell connectivity
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods to instantiate, obtain information, and print information.
void SetPointIds(vtkIdTypeArray *)
Set/Get the list of points ids to delete.
void RemoveInputData(vtkPolyData *)
Remove a vtkPolyData dataset from the list of data.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetCellIds(vtkIdTypeArray *)
Set/Get the list of cell ids to delete.
static vtkRemovePolyData * New()
Standard methods to instantiate, obtain information, and print information.
vtkPolyData * GetInput(int idx)
Get any input of this filter.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkPolyData * GetInput()
Get any input of this filter.
Superclass for algorithms that produce only polydata as output.