 |
VTK
9.0.20210417
|
Go to the documentation of this file.
36 #ifndef vtkParametricEllipsoid_h
37 #define vtkParametricEllipsoid_h
39 #include "vtkCommonComputationalGeometryModule.h"
70 vtkSetMacro(XRadius,
double);
71 vtkGetMacro(XRadius,
double);
78 vtkSetMacro(YRadius,
double);
79 vtkGetMacro(YRadius,
double);
86 vtkSetMacro(ZRadius,
double);
87 vtkGetMacro(ZRadius,
double);
98 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
int GetDimension() override
Return the parametric dimension of the class.
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
An ellipsoid.
abstract interface for parametric functions
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
~vtkParametricEllipsoid() override
double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9]) override
Calculate a user defined scalar using one or all of uvw, Pt, Duvw.
static vtkParametricEllipsoid * New()
Construct an ellipsoid with the following parameters: MinimumU = 0, MaximumU = 2*Pi,...