Go to the documentation of this file.
55 #ifndef vtkParametricFunction_h
56 #define vtkParametricFunction_h
82 virtual void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]) = 0;
89 virtual double EvaluateScalar(
double uvw[3],
double Pt[3],
double Duvw[9]) = 0;
virtual void Evaluate(double uvw[3], double Pt[3], double Duvw[9])=0
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
virtual ~vtkParametricFunction()
abstract interface for parametric functions
#define vtkSetClampMacro(name, type, min, max)
a simple class to control print indentation
#define VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT
#define vtkGetMacro(name, type)
virtual double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9])=0
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
virtual int GetDimension()=0
void PrintSelf(ostream &os, vtkIndent indent)