63 #ifndef __vtkGenericClip_h
64 #define __vtkGenericClip_h
88 vtkSetMacro(Value,
double);
89 vtkGetMacro(Value,
double);
98 vtkSetMacro(InsideOut,
int);
99 vtkGetMacro(InsideOut,
int);
100 vtkBooleanMacro(InsideOut,
int);
116 vtkSetMacro(GenerateClipScalars,
int);
117 vtkGetMacro(GenerateClipScalars,
int);
118 vtkBooleanMacro(GenerateClipScalars,
int);
124 vtkSetMacro(GenerateClippedOutput,
int);
125 vtkGetMacro(GenerateClippedOutput,
int);
126 vtkBooleanMacro(GenerateClippedOutput,
int);
134 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
135 vtkGetMacro(MergeTolerance,
double);
141 virtual int GetNumberOfOutputs();
153 void CreateDefaultLocator();
161 vtkGetStringMacro(InputScalarsSelection);
163 {this->SetInputScalarsSelection(fieldName);}
184 vtkSetStringMacro(InputScalarsSelection);