42 #ifndef __vtkImplicitDataSet_h
43 #define __vtkImplicitDataSet_h
82 vtkSetMacro(OutValue,
double);
83 vtkGetMacro(OutValue,
double);
89 vtkSetVector3Macro(OutGradient,
double);
90 vtkGetVector3Macro(OutGradient,
double);
101 double OutGradient[3];
abstract interface for implicit functions
virtual double EvaluateFunction(double x[3])=0
double EvaluateFunction(double x, double y, double z)
abstract class to specify dataset behavior
virtual void EvaluateGradient(double x[3], double g[3])=0
Detect and break reference loops.
a simple class to control print indentation
virtual void ReportReferences(vtkGarbageCollector *)
treat a dataset as if it were an implicit function
void PrintSelf(ostream &os, vtkIndent indent)