|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   31 #ifndef vtkParametricRoman_h 
   32 #define vtkParametricRoman_h 
   34 #include "vtkCommonComputationalGeometryModule.h"  
   65   vtkSetMacro(Radius, 
double);
 
   66   vtkGetMacro(Radius, 
double);
 
   77   void Evaluate(
double uvw[3], 
double Pt[3], 
double Duvw[9]) 
override;
 
   92   double EvaluateScalar(
double uvw[3], 
double Pt[3], 
double Duvw[9]) 
override;
 
  
virtual void Evaluate(double uvw[3], double Pt[3], double Duvw[9])=0
Performs the mapping $f(uvw)->(Pt,Duvw)$f.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int GetDimension() override
Return the parametric dimension of the class.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Generate Steiner's Roman Surface.
abstract interface for parametric functions
a simple class to control print indentation
virtual double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9])=0
Calculate a user defined scalar using one or all of uvw, Pt, Duvw.