41 #ifndef vtkImplicitPolyDataDistance_h
42 #define vtkImplicitPolyDataDistance_h
68 double EvaluateFunctionAndGetClosestPoint (
double x[3],
double closestPoint[3]);
78 vtkSetMacro(NoValue,
double);
79 vtkGetMacro(NoValue,
double);
85 vtkSetVector3Macro(NoGradient,
double);
86 vtkGetVector3Macro(NoGradient,
double);
91 vtkSetVector3Macro(NoClosestPoint,
double);
92 vtkGetVector3Macro(NoClosestPoint,
double);
97 vtkGetMacro(Tolerance,
double);
98 vtkSetMacro(Tolerance,
double);
106 void CreateDefaultLocator(
void);
108 double SharedEvaluate(
double x[3],
double g[3],
double p[3]);
110 double NoGradient[3];
111 double NoClosestPoint[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)