39 #ifndef vtkImplicitVolume_h
40 #define vtkImplicitVolume_h
82 vtkSetMacro(OutValue,
double);
83 vtkGetMacro(OutValue,
double);
88 vtkSetVector3Macro(OutGradient,
double);
89 vtkGetVector3Macro(OutGradient,
double);
98 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
#define VTKCOMMONDATAMODEL_EXPORT