Go to the documentation of this file.
42 #ifndef vtkParametricKlein_h
43 #define vtkParametricKlein_h
68 virtual void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]);
virtual int GetDimension()
Initialise the parameters for the Klein bottle.
#define vtkTypeMacro(thisClass, superclass)
void PrintSelf(ostream &os, vtkIndent indent)
virtual double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9])
Generates a "classical" representation of a Klein bottle.
abstract interface for parametric functions
a simple class to control print indentation
#define VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT
static vtkParametricKlein * New()
virtual void Evaluate(double uvw[3], double Pt[3], double Duvw[9])