35 #ifndef __vtkImplicitWindowFunction_h
36 #define __vtkImplicitWindowFunction_h
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
GLint GLint GLint GLint GLint GLint y
#define vtkTypeMacro(thisClass, superclass)
Detect and break reference loops.
GLint GLint GLint GLint GLint x
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
#define vtkGetObjectMacro(name, type)
double EvaluateFunction(double x, double y, double z)
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkGetVectorMacro(name, type, count)
#define vtkSetVector2Macro(name, type)
#define VTKCOMMONDATAMODEL_EXPORT