24 #ifndef vtkLoopBooleanPolyDataFilter_h
25 #define vtkLoopBooleanPolyDataFilter_h
28 #include "vtkFiltersGeneralModule.h"
31 VTK_ABI_NAMESPACE_BEGIN
54 vtkGetMacro(NumberOfIntersectionPoints,
int);
55 vtkGetMacro(NumberOfIntersectionLines,
int);
64 vtkGetMacro(NoIntersectionOutput,
int);
65 vtkSetMacro(NoIntersectionOutput,
int);
66 vtkBooleanMacro(NoIntersectionOutput,
int);
89 vtkSetClampMacro(Operation,
int, VTK_UNION, VTK_DIFFERENCE);
90 vtkGetMacro(Operation,
int);
102 vtkGetMacro(Status,
int);
109 vtkGetMacro(Tolerance,
double);
110 vtkSetMacro(Tolerance,
double);
130 int NoIntersectionOutput;
131 int NumberOfIntersectionPoints;
132 int NumberOfIntersectionLines;
141 VTK_ABI_NAMESPACE_END
void SetOperationToUnion()
Set the boolean operation to perform.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Filter to perform boolean operations.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
list of point or cell ids
void SetOperationToIntersection()
Set the boolean operation to perform.
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.