Go to the documentation of this file.
43 #ifndef vtkParametricKlein_h
44 #define vtkParametricKlein_h
46 #include "vtkCommonComputationalGeometryModule.h"
79 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]) VTK_OVERRIDE;
94 double EvaluateScalar(
double uvw[3],
double Pt[3],
double Duvw[9]) VTK_OVERRIDE;
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.
Generates a "classical" representation of a Klein bottle.
~vtkParametricKlein() override
abstract interface for parametric functions
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
A Klein bottle.
a simple class to control print indentation
int GetDimension() override
Initialise the parameters for the Klein bottle.
static vtkParametricKlein * New()
Construct a Klein Bottle with the following parameters: MinimumU = 0, MaximumU = 2*Pi,...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.