Go to the documentation of this file.
36 #ifndef vtkParametricEnneper_h
37 #define vtkParametricEnneper_h
39 #include "vtkCommonComputationalGeometryModule.h"
74 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
90 double Duvw[9])
override;
abstract interface for parametric functions
int GetDimension() override
Return the parametric dimension of the class.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Generate Enneper's surface.
a simple class to control print indentation
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
Enneper's surface.
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.
static vtkParametricEnneper * New()
Construct Enneper's surface with the following parameters: MinimumU = -2, MaximumU = 2,...
~vtkParametricEnneper() override