40 #ifndef vtkParametricSuperEllipsoid_h
41 #define vtkParametricSuperEllipsoid_h
43 #include "vtkCommonComputationalGeometryModule.h"
46 VTK_ABI_NAMESPACE_BEGIN
76 vtkSetMacro(XRadius,
double);
77 vtkGetMacro(XRadius,
double);
84 vtkSetMacro(YRadius,
double);
85 vtkGetMacro(YRadius,
double);
92 vtkSetMacro(ZRadius,
double);
93 vtkGetMacro(ZRadius,
double);
100 vtkSetMacro(N1,
double);
101 vtkGetMacro(N1,
double);
108 vtkSetMacro(N2,
double);
109 vtkGetMacro(N2,
double);
120 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
153 VTK_ABI_NAMESPACE_END
a simple class to control print indentation
abstract interface for parametric functions
Generate a superellipsoid.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkParametricSuperEllipsoid * New()
Construct a superellipsoid with the following parameters: MinimumU = -Pi, MaximumU = Pi,...
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.
vtkParametricSuperEllipsoid()
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
A superellipsoid.
int GetDimension() override
Return the parametric dimension of the class.
~vtkParametricSuperEllipsoid() override