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;
167 double CrossSectionRadius;
181 double Power (
double x,
double n );
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,...
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.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.