Go to the documentation of this file.
44 #ifndef vtkParametricSuperToroid_h
45 #define vtkParametricSuperToroid_h
47 #include "vtkCommonComputationalGeometryModule.h"
80 vtkSetMacro(RingRadius,
double);
81 vtkGetMacro(RingRadius,
double);
89 vtkSetMacro(CrossSectionRadius,
double);
90 vtkGetMacro(CrossSectionRadius,
double);
97 vtkSetMacro(XRadius,
double);
98 vtkGetMacro(XRadius,
double);
105 vtkSetMacro(YRadius,
double);
106 vtkGetMacro(YRadius,
double);
113 vtkSetMacro(ZRadius,
double);
114 vtkGetMacro(ZRadius,
double);
121 vtkSetMacro(N1,
double);
122 vtkGetMacro(N1,
double);
129 vtkSetMacro(N2,
double);
130 vtkGetMacro(N2,
double);
141 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
156 double EvaluateScalar(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
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.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract interface for parametric functions
int GetDimension() override
Return the parametric dimension of the class.
a simple class to control print indentation
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.
double CrossSectionRadius