Go to the documentation of this file.
38 #ifndef __vtkParametricEllipsoid_h
39 #define __vtkParametricEllipsoid_h
60 vtkSetMacro(XRadius,
double);
61 vtkGetMacro(XRadius,
double);
66 vtkSetMacro(YRadius,
double);
67 vtkGetMacro(YRadius,
double);
72 vtkSetMacro(ZRadius,
double);
73 vtkGetMacro(ZRadius,
double);
81 virtual void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]);
91 virtual double EvaluateScalar(
double uvw[3],
double Pt[3],
double Duvw[9]);