36 #ifndef vtkLoopBooleanPolyDataFilter_h
37 #define vtkLoopBooleanPolyDataFilter_h
39 #include "vtkFiltersGeneralModule.h"
67 vtkGetMacro(NumberOfIntersectionPoints,
int);
68 vtkGetMacro(NumberOfIntersectionLines,
int);
77 vtkGetMacro(NoIntersectionOutput,
int);
78 vtkSetMacro(NoIntersectionOutput,
int);
79 vtkBooleanMacro(NoIntersectionOutput,
int);
102 vtkSetClampMacro( Operation,
int, VTK_UNION, VTK_DIFFERENCE );
103 vtkGetMacro( Operation,
int );
105 { this->SetOperation( VTK_UNION ); }
107 { this->SetOperation( VTK_INTERSECTION ); }
109 { this->SetOperation( VTK_DIFFERENCE ); }
118 vtkGetMacro(Status,
int);
125 vtkGetMacro(Tolerance,
double);
126 vtkSetMacro(Tolerance,
double);
147 int NoIntersectionOutput;
148 int NumberOfIntersectionPoints;
149 int NumberOfIntersectionLines;