Go to the documentation of this file.
33 #ifndef __vtkParametricRoman_h
34 #define __vtkParametricRoman_h
56 vtkSetMacro(Radius,
double);
57 vtkGetMacro(Radius,
double);
65 virtual void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]);
75 virtual double EvaluateScalar(
double uvw[3],
double Pt[3],
double Duvw[9]);