Go to the documentation of this file.
43 #ifndef vtkParametricSuperEllipsoid_h
44 #define vtkParametricSuperEllipsoid_h
46 #include "vtkCommonComputationalGeometryModule.h"
49 class VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT
78 vtkSetMacro(XRadius,
double);
79 vtkGetMacro(XRadius,
double);
86 vtkSetMacro(YRadius,
double);
87 vtkGetMacro(YRadius,
double);
94 vtkSetMacro(ZRadius,
double);
95 vtkGetMacro(ZRadius,
double);
102 vtkSetMacro(
N1,
double);
103 vtkGetMacro(
N1,
double);
110 vtkSetMacro(
N2,
double);
111 vtkGetMacro(
N2,
double);
122 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
138 double Duvw[9])
override;
vtkParametricSuperEllipsoid()
static vtkParametricSuperEllipsoid * New()
Construct a superellipsoid with the following parameters: MinimumU = -Pi, MaximumU = Pi,...
~vtkParametricSuperEllipsoid() override
abstract interface for parametric functions
a simple class to control print indentation
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.
int GetDimension() override
Return the parametric dimension of the class.
Generate a superellipsoid.
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
A superellipsoid.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.