33 #ifndef __vtkParametricTorus_h
34 #define __vtkParametricTorus_h
36 #include "vtkCommonComputationalGeometryModule.h"
44 void PrintSelf(ostream& os, vtkIndent indent);
55 vtkSetMacro(RingRadius,
double);
56 vtkGetMacro(RingRadius,
double);
62 vtkSetMacro(CrossSectionRadius,
double);
63 vtkGetMacro(CrossSectionRadius,
double);
73 virtual void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]);
83 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