64 #ifndef __vtkClipPolyData_h
65 #define __vtkClipPolyData_h
86 vtkSetMacro(Value,
double);
87 vtkGetMacro(Value,
double);
96 vtkSetMacro(InsideOut,
int);
97 vtkGetMacro(InsideOut,
int);
98 vtkBooleanMacro(InsideOut,
int);
114 vtkSetMacro(GenerateClipScalars,
int);
115 vtkGetMacro(GenerateClipScalars,
int);
116 vtkBooleanMacro(GenerateClipScalars,
int);
122 vtkSetMacro(GenerateClippedOutput,
int);
123 vtkGetMacro(GenerateClippedOutput,
int);
124 vtkBooleanMacro(GenerateClippedOutput,
int);
147 void CreateDefaultLocator();