35 #ifndef vtkImplicitWindowFunction_h
36 #define vtkImplicitWindowFunction_h
71 vtkSetVector2Macro(WindowRange,
double);
72 vtkGetVectorMacro(WindowRange,
double,2);
79 vtkSetVector2Macro(WindowValues,
double);
80 vtkGetVectorMacro(WindowValues,
double,2);
99 double WindowRange[2];
100 double WindowValues[2];
abstract interface for implicit functions
virtual double EvaluateFunction(double x[3])=0
virtual void Register(vtkObjectBase *o)
implicit function maps another implicit function to lie within a specified range
virtual void EvaluateGradient(double x[3], double g[3])=0
Detect and break reference loops.
virtual void UnRegister(vtkObjectBase *o)
a simple class to control print indentation
virtual void ReportReferences(vtkGarbageCollector *)
vtkImplicitFunction * ImplicitFunction
abstract base class for most VTK objects
double EvaluateFunction(double x, double y, double z)
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKCOMMONDATAMODEL_EXPORT