22#ifndef vtkParametricRoman_h 
   23#define vtkParametricRoman_h 
   25#include "vtkCommonComputationalGeometryModule.h"  
   28VTK_ABI_NAMESPACE_BEGIN
 
   57  vtkSetMacro(Radius, 
double);
 
   58  vtkGetMacro(Radius, 
double);
 
   69  void Evaluate(
double uvw[3], 
double Pt[3], 
double Duvw[9]) 
override;
 
a simple class to control print indentation
 
abstract interface for parametric functions
 
Generate Steiner's Roman Surface.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkParametricRoman * New()
Construct Steiner's Roman Surface with the following parameters: MinimumU = 0, MaximumU = Pi,...
 
~vtkParametricRoman() override
 
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.
 
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
Steiner's Roman Surface.
 
int GetDimension() override
Return the parametric dimension of the class.