31 #ifndef vtkParametricBohemianDome_h 32 #define vtkParametricBohemianDome_h 34 #include "vtkCommonComputationalGeometryModule.h" 49 vtkGetMacro(A,
double);
50 vtkSetMacro(A,
double);
53 vtkGetMacro(B,
double);
54 vtkSetMacro(B,
double);
56 vtkGetMacro(C,
double);
57 vtkSetMacro(C,
double);
80 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
87 double Duvw[9])
override;
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.
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.
abstract interface for parametric functions
a simple class to control print indentation
Generate a Bohemian dome.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...