50#ifndef vtkParametricRoman_h
51#define vtkParametricRoman_h
53#include "vtkCommonComputationalGeometryModule.h"
84 vtkSetMacro(Radius,
double);
85 vtkGetMacro(Radius,
double);
96 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.