35 #ifndef __vtkImplicitWindowFunction_h
36 #define __vtkImplicitWindowFunction_h
70 vtkSetVector2Macro(WindowRange,
double);
71 vtkGetVectorMacro(WindowRange,
double,2);
78 vtkSetVector2Macro(WindowValues,
double);
79 vtkGetVectorMacro(WindowValues,
double,2);
98 double WindowRange[2];
99 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)