55 #ifndef vtkLoopBooleanPolyDataFilter_h
56 #define vtkLoopBooleanPolyDataFilter_h
59 #include "vtkFiltersGeneralModule.h"
84 vtkGetMacro(NumberOfIntersectionPoints,
int);
85 vtkGetMacro(NumberOfIntersectionLines,
int);
94 vtkGetMacro(NoIntersectionOutput,
int);
95 vtkSetMacro(NoIntersectionOutput,
int);
96 vtkBooleanMacro(NoIntersectionOutput,
int);
119 vtkSetClampMacro(Operation,
int, VTK_UNION, VTK_DIFFERENCE);
120 vtkGetMacro(Operation,
int);
132 vtkGetMacro(Status,
int);
139 vtkGetMacro(Tolerance,
double);
140 vtkSetMacro(Tolerance,
double);
160 int NoIntersectionOutput;
161 int NumberOfIntersectionPoints;
162 int NumberOfIntersectionLines;
list of point or cell ids
a simple class to control print indentation
Filter to perform boolean operations.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
void SetOperationToDifference()
Set the boolean operation to perform.
static vtkLoopBooleanPolyDataFilter * New()
Construct object that computes the boolean surface.
~vtkLoopBooleanPolyDataFilter() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetOperationToIntersection()
Set the boolean operation to perform.
void SetOperationToUnion()
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.
vtkLoopBooleanPolyDataFilter()
Superclass for algorithms that produce only polydata as output.