37 #ifndef vtkBooleanOperationPolyDataFilter_h 38 #define vtkBooleanOperationPolyDataFilter_h 40 #include "vtkFiltersGeneralModule.h" 71 vtkSetClampMacro( Operation,
int, VTK_UNION, VTK_DIFFERENCE );
72 vtkGetMacro( Operation,
int );
74 { this->SetOperation( VTK_UNION ); }
76 { this->SetOperation( VTK_INTERSECTION ); }
78 { this->SetOperation( VTK_DIFFERENCE ); }
86 vtkSetMacro( ReorientDifferenceCells,
vtkTypeBool );
87 vtkGetMacro( ReorientDifferenceCells,
vtkTypeBool );
88 vtkBooleanMacro( ReorientDifferenceCells,
vtkTypeBool );
96 vtkSetMacro(Tolerance,
double);
97 vtkGetMacro(Tolerance,
double);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
helps manage arrays from multiple vtkDataSetAttributes.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void SetOperationToIntersection()
Set the boolean operation to perform.
list of point or cell ids
void SetOperationToUnion()
Set the boolean operation to perform.
Computes the boundary of the union, intersection, or difference volume computed from the volumes defi...
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetOperationToDifference()
Set the boolean operation to perform.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.