36 #ifndef vtkParametricDini_h 37 #define vtkParametricDini_h 39 #include "vtkCommonComputationalGeometryModule.h" 73 vtkSetMacro(A,
double);
74 vtkGetMacro(A,
double);
83 vtkSetMacro(B,
double);
84 vtkGetMacro(B,
double);
95 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
111 double Duvw[9])
override;
virtual double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9])=0
Calculate a user defined scalar using one or all of uvw, Pt, Duvw.
int GetDimension() override
Return the parametric dimension of the class.
virtual void Evaluate(double uvw[3], double Pt[3], double Duvw[9])=0
Performs the mapping $f(uvw)->(Pt,Duvw)$f.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract interface for parametric functions
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Generate Dini's surface.