33 #ifndef vtkLoopBooleanPolyDataFilter_h
34 #define vtkLoopBooleanPolyDataFilter_h
37 #include "vtkFiltersGeneralModule.h"
40 VTK_ABI_NAMESPACE_BEGIN
63 vtkGetMacro(NumberOfIntersectionPoints,
int);
64 vtkGetMacro(NumberOfIntersectionLines,
int);
73 vtkGetMacro(NoIntersectionOutput,
int);
74 vtkSetMacro(NoIntersectionOutput,
int);
75 vtkBooleanMacro(NoIntersectionOutput,
int);
98 vtkSetClampMacro(Operation,
int, VTK_UNION, VTK_DIFFERENCE);
99 vtkGetMacro(Operation,
int);
111 vtkGetMacro(Status,
int);
118 vtkGetMacro(Tolerance,
double);
119 vtkSetMacro(Tolerance,
double);
139 int NoIntersectionOutput;
140 int NumberOfIntersectionPoints;
141 int NumberOfIntersectionLines;
150 VTK_ABI_NAMESPACE_END
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.