33 #ifndef vtkLoopBooleanPolyDataFilter_h
34 #define vtkLoopBooleanPolyDataFilter_h
36 #include "vtkFiltersGeneralModule.h"
64 vtkGetMacro(NumberOfIntersectionPoints,
int);
65 vtkGetMacro(NumberOfIntersectionLines,
int);
74 vtkGetMacro(NoIntersectionOutput,
int);
75 vtkSetMacro(NoIntersectionOutput,
int);
76 vtkBooleanMacro(NoIntersectionOutput,
int);
99 vtkSetClampMacro( Operation,
int, VTK_UNION, VTK_DIFFERENCE );
100 vtkGetMacro( Operation,
int );
102 { this->SetOperation( VTK_UNION ); }
104 { this->SetOperation( VTK_INTERSECTION ); }
106 { this->SetOperation( VTK_DIFFERENCE ); }
115 vtkGetMacro(Status,
int);
122 vtkGetMacro(Tolerance,
double);
123 vtkSetMacro(Tolerance,
double);
144 int NoIntersectionOutput;
145 int NumberOfIntersectionPoints;
146 int NumberOfIntersectionLines;