47 #ifndef vtkParametricSuperToroid_h
48 #define vtkParametricSuperToroid_h
50 #include "vtkCommonComputationalGeometryModule.h"
84 vtkGetMacro(RingRadius,
double);
93 vtkGetMacro(CrossSectionRadius,
double);
101 vtkGetMacro(XRadius,
double);
109 vtkGetMacro(YRadius,
double);
117 vtkGetMacro(ZRadius,
double);
125 vtkGetMacro(
N1,
double);
133 vtkGetMacro(
N2,
double);
144 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]) VTK_OVERRIDE;
159 double EvaluateScalar(
double uvw[3],
double Pt[3],
double Duvw[9]) VTK_OVERRIDE;
167 double CrossSectionRadius;
181 double Power (
double x,
double n );
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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...