35 #ifndef vtkParametricSuperToroid_h
36 #define vtkParametricSuperToroid_h
38 #include "vtkCommonComputationalGeometryModule.h"
41 VTK_ABI_NAMESPACE_BEGIN
72 vtkSetMacro(RingRadius,
double);
73 vtkGetMacro(RingRadius,
double);
81 vtkSetMacro(CrossSectionRadius,
double);
82 vtkGetMacro(CrossSectionRadius,
double);
89 vtkSetMacro(XRadius,
double);
90 vtkGetMacro(XRadius,
double);
97 vtkSetMacro(YRadius,
double);
98 vtkGetMacro(YRadius,
double);
105 vtkSetMacro(ZRadius,
double);
106 vtkGetMacro(ZRadius,
double);
113 vtkSetMacro(N1,
double);
114 vtkGetMacro(N1,
double);
121 vtkSetMacro(N2,
double);
122 vtkGetMacro(N2,
double);
133 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
148 double EvaluateScalar(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
168 VTK_ABI_NAMESPACE_END
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.
int GetDimension() override
Return the parametric dimension of the class.
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
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
double CrossSectionRadius