55 #ifndef __vtkParametricFunction_h
56 #define __vtkParametricFunction_h
72 virtual int GetDimension() = 0;
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;
abstract base class for most VTK objects
#define vtkGetMacro(name, type)
#define vtkTypeMacro(thisClass, superclass)
#define VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT
abstract interface for parametric functions
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define vtkBooleanMacro(name, type)
#define vtkSetMacro(name, type)