33 #ifndef __vtkParametricTorus_h
34 #define __vtkParametricTorus_h
54 vtkSetMacro(RingRadius,
double);
55 vtkGetMacro(RingRadius,
double);
61 vtkSetMacro(CrossSectionRadius,
double);
62 vtkGetMacro(CrossSectionRadius,
double);
72 virtual void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]);
82 virtual double EvaluateScalar(
double uvw[3],
double Pt[3],
double Duvw[9]);
double CrossSectionRadius
virtual double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9])=0
virtual void Evaluate(double uvw[3], double Pt[3], double Duvw[9])=0
void PrintSelf(ostream &os, vtkIndent indent)
virtual int GetDimension()
abstract interface for parametric functions
a simple class to control print indentation