42 #ifndef vtkImplicitDataSet_h
43 #define vtkImplicitDataSet_h
83 vtkSetMacro(OutValue,
double);
84 vtkGetMacro(OutValue,
double);
90 vtkSetVector3Macro(OutGradient,
double);
91 vtkGetVector3Macro(OutGradient,
double);
102 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)
#define VTKCOMMONDATAMODEL_EXPORT