40 #ifndef vtkParametricSuperEllipsoid_h 41 #define vtkParametricSuperEllipsoid_h 43 #include "vtkCommonComputationalGeometryModule.h" 46 class VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT
75 vtkSetMacro(XRadius,
double);
76 vtkGetMacro(XRadius,
double);
83 vtkSetMacro(YRadius,
double);
84 vtkGetMacro(YRadius,
double);
91 vtkSetMacro(ZRadius,
double);
92 vtkGetMacro(ZRadius,
double);
99 vtkSetMacro(
N1,
double);
100 vtkGetMacro(
N1,
double);
107 vtkSetMacro(
N2,
double);
108 vtkGetMacro(
N2,
double);
119 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
135 double Duvw[9])
override;
int GetDimension() override
Return the parametric dimension of the class.
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
a simple class to control print indentation
Generate a superellipsoid.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...