34#ifndef vtkParametricRoman_h
35#define vtkParametricRoman_h
37#include "vtkCommonComputationalGeometryModule.h"
80 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
a simple class to control print indentation
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.