Go to the documentation of this file.
36 #ifndef vtkParametricDini_h
37 #define vtkParametricDini_h
39 #include "vtkCommonComputationalGeometryModule.h"
73 vtkGetMacro(A,
double);
83 vtkGetMacro(B,
double);
94 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]) VTK_OVERRIDE;
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
Dini's surface.
int GetDimension() override
Return the parametric dimension of the class.
~vtkParametricDini() override
abstract interface for parametric functions
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.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkParametricDini * New()
Construct Dini's surface with the following parameters: MinimumU = 0, MaximumU = 4*Pi,...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.