76 #ifndef vtkParametricSuperToroid_h
77 #define vtkParametricSuperToroid_h
79 #include "vtkCommonComputationalGeometryModule.h"
112 vtkSetMacro(RingRadius,
double);
113 vtkGetMacro(RingRadius,
double);
121 vtkSetMacro(CrossSectionRadius,
double);
122 vtkGetMacro(CrossSectionRadius,
double);
129 vtkSetMacro(XRadius,
double);
130 vtkGetMacro(XRadius,
double);
137 vtkSetMacro(YRadius,
double);
138 vtkGetMacro(YRadius,
double);
145 vtkSetMacro(ZRadius,
double);
146 vtkGetMacro(ZRadius,
double);
153 vtkSetMacro(N1,
double);
154 vtkGetMacro(N1,
double);
161 vtkSetMacro(N2,
double);
162 vtkGetMacro(N2,
double);
173 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
a simple class to control print indentation
abstract interface for parametric functions
~vtkParametricSuperToroid() override
static vtkParametricSuperToroid * New()
Construct a supertoroid with the following parameters: MinimumU = 0, MaximumU = 2*Pi,...
double CrossSectionRadius
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
A supertoroid.
vtkParametricSuperToroid()
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.
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.