63 #ifndef __vtkClipVolume_h
64 #define __vtkClipVolume_h
66 #include "vtkFiltersGeneralModule.h"
99 vtkSetMacro(Value,
double);
100 vtkGetMacro(Value,
double);
109 vtkSetMacro(InsideOut,
int);
110 vtkGetMacro(InsideOut,
int);
111 vtkBooleanMacro(InsideOut,
int);
127 vtkSetMacro(GenerateClipScalars,
int);
128 vtkGetMacro(GenerateClipScalars,
int);
129 vtkBooleanMacro(GenerateClipScalars,
int);
135 vtkSetMacro(GenerateClippedOutput,
int);
136 vtkGetMacro(GenerateClippedOutput,
int);
137 vtkBooleanMacro(GenerateClippedOutput,
int);
148 vtkSetMacro(Mixed3DCellGeneration,
int);
149 vtkGetMacro(Mixed3DCellGeneration,
int);
150 vtkBooleanMacro(Mixed3DCellGeneration,
int);
157 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
158 vtkGetMacro(MergeTolerance,
double);
170 void CreateDefaultLocator();