33 #ifndef vtkLoopBooleanPolyDataFilter_h
34 #define vtkLoopBooleanPolyDataFilter_h
37 #include "vtkFiltersGeneralModule.h"
62 vtkGetMacro(NumberOfIntersectionPoints,
int);
63 vtkGetMacro(NumberOfIntersectionLines,
int);
72 vtkGetMacro(NoIntersectionOutput,
int);
73 vtkSetMacro(NoIntersectionOutput,
int);
74 vtkBooleanMacro(NoIntersectionOutput,
int);
97 vtkSetClampMacro(Operation,
int, VTK_UNION, VTK_DIFFERENCE);
98 vtkGetMacro(Operation,
int);
110 vtkGetMacro(Status,
int);
117 vtkGetMacro(Tolerance,
double);
118 vtkSetMacro(Tolerance,
double);
138 int NoIntersectionOutput;
139 int NumberOfIntersectionPoints;
140 int NumberOfIntersectionLines;