63 #ifndef __vtkGenericClip_h
64 #define __vtkGenericClip_h
66 #include "vtkFiltersGenericModule.h"
89 vtkSetMacro(Value,
double);
90 vtkGetMacro(Value,
double);
99 vtkSetMacro(InsideOut,
int);
100 vtkGetMacro(InsideOut,
int);
101 vtkBooleanMacro(InsideOut,
int);
117 vtkSetMacro(GenerateClipScalars,
int);
118 vtkGetMacro(GenerateClipScalars,
int);
119 vtkBooleanMacro(GenerateClipScalars,
int);
125 vtkSetMacro(GenerateClippedOutput,
int);
126 vtkGetMacro(GenerateClippedOutput,
int);
127 vtkBooleanMacro(GenerateClippedOutput,
int);
135 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
136 vtkGetMacro(MergeTolerance,
double);
142 virtual int GetNumberOfOutputs();
154 void CreateDefaultLocator();
163 void SelectInputScalars(
const char *fieldName)
164 {this->SetInputScalarsSelection(fieldName);}
185 vtkSetStringMacro(InputScalarsSelection);