Go to the documentation of this file.
34 #ifndef vtkParametricTorus_h
35 #define vtkParametricTorus_h
37 #include "vtkCommonComputationalGeometryModule.h"
65 vtkSetMacro(RingRadius,
double);
66 vtkGetMacro(RingRadius,
double);
73 vtkSetMacro(CrossSectionRadius,
double);
74 vtkGetMacro(CrossSectionRadius,
double);
90 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
106 double Duvw[9])
override;
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
A torus.
int GetDimension() override
Return the parametric dimension of the class.
abstract interface for parametric functions
~vtkParametricTorus() override
a simple class to control print indentation
static vtkParametricTorus * New()
Construct a torus with the following parameters: MinimumU = 0, MaximumU = 2*Pi, MinimumV = 0,...
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.
double CrossSectionRadius