 |
VTK
9.0.1
|
Go to the documentation of this file.
40 #ifndef vtkParametricKlein_h
41 #define vtkParametricKlein_h
43 #include "vtkCommonComputationalGeometryModule.h"
76 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
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.