42 #ifndef vtkImplicitVolume_h 
   43 #define vtkImplicitVolume_h 
   85   vtkSetMacro(OutValue,
double);
 
   86   vtkGetMacro(OutValue,
double);
 
   91   vtkSetVector3Macro(OutGradient,
double);
 
   92   vtkGetVector3Macro(OutGradient,
double);
 
  101   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