39 #ifndef __vtkImplicitVolume_h
40 #define __vtkImplicitVolume_h
81 vtkSetMacro(OutValue,
double);
82 vtkGetMacro(OutValue,
double);
87 vtkSetVector3Macro(OutGradient,
double);
88 vtkGetVector3Macro(OutGradient,
double);
97 double OutGradient[3];
abstract interface for implicit functions
virtual double EvaluateFunction(double x[3])=0
virtual void EvaluateGradient(double x[3], double g[3])=0
a simple class to control print indentation
topologically and geometrically regular array of data
list of point or cell ids
double EvaluateFunction(double x, double y, double z)
void PrintSelf(ostream &os, vtkIndent indent)
treat a volume as if it were an implicit function