41 #ifndef vtkImplicitPolyDataDistance_h
42 #define vtkImplicitPolyDataDistance_h
74 vtkSetMacro(NoValue,
double);
75 vtkGetMacro(NoValue,
double);
81 vtkSetVector3Macro(NoGradient,
double);
82 vtkGetVector3Macro(NoGradient,
double);
87 vtkGetMacro(Tolerance,
double);
88 vtkSetMacro(Tolerance,
double);
95 double SharedEvaluate(
double x[3],
double n[3] );
102 double NoGradient[3];
abstract interface for implicit functions
virtual double EvaluateFunction(double x[3])=0
#define VTKFILTERSCORE_EXPORT
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual void EvaluateGradient(double x[3], double g[3])=0
octree-based spatial search object to quickly locate cells
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)