35 #ifndef __vtkParametricEnneper_h
36 #define __vtkParametricEnneper_h
62 virtual void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]);
72 virtual double EvaluateScalar(
double uvw[3],
double Pt[3],
double Duvw[9]);
Generate Enneper's surface.
virtual int GetDimension()
virtual double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9])=0
virtual void Evaluate(double uvw[3], double Pt[3], double Duvw[9])=0
#define vtkTypeMacro(thisClass, superclass)
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT
abstract interface for parametric functions
a simple class to control print indentation