63 #ifndef __vtkClipVolume_h
64 #define __vtkClipVolume_h
98 vtkSetMacro(Value,
double);
99 vtkGetMacro(Value,
double);
108 vtkSetMacro(InsideOut,
int);
109 vtkGetMacro(InsideOut,
int);
110 vtkBooleanMacro(InsideOut,
int);
126 vtkSetMacro(GenerateClipScalars,
int);
127 vtkGetMacro(GenerateClipScalars,
int);
128 vtkBooleanMacro(GenerateClipScalars,
int);
134 vtkSetMacro(GenerateClippedOutput,
int);
135 vtkGetMacro(GenerateClippedOutput,
int);
136 vtkBooleanMacro(GenerateClippedOutput,
int);
147 vtkSetMacro(Mixed3DCellGeneration,
int);
148 vtkGetMacro(Mixed3DCellGeneration,
int);
149 vtkBooleanMacro(Mixed3DCellGeneration,
int);
156 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
157 vtkGetMacro(MergeTolerance,
double);
169 void CreateDefaultLocator();