39 #ifndef vtkParametricEllipsoid_h 40 #define vtkParametricEllipsoid_h 42 #include "vtkCommonComputationalGeometryModule.h" 74 vtkSetMacro(XRadius,
double);
75 vtkGetMacro(XRadius,
double);
82 vtkSetMacro(YRadius,
double);
83 vtkGetMacro(YRadius,
double);
90 vtkSetMacro(ZRadius,
double);
91 vtkGetMacro(ZRadius,
double);
102 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
118 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.
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
int GetDimension() override
Return the parametric dimension of the class.
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...