IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Num::Func3d2dExamples::KleinBottle Class Reference

Defines the Klein's bottle (a parametric surface), a closed surface with no interior and exterior. More...

Inheritance diagram for IG::Num::Func3d2dExamples::KleinBottle:
Collaboration diagram for IG::Num::Func3d2dExamples::KleinBottle:

List of all members.

Public Member Functions

 KleinBottle ()

Protected Member Functions

override double f1 (double u, double v)
override double f2 (double u, double v)
override double f3 (double u, double v)

Detailed Description

Defines the Klein's bottle (a parametric surface), a closed surface with no interior and exterior.

See also: http://www.vtk.org/VTK/img/ParametricSurfaces.pdf where definition is taken from.

$A Igor Nov09;


Constructor & Destructor Documentation

IG::Num::Func3d2dExamples::KleinBottle::KleinBottle ( ) [inline]

Member Function Documentation

override double IG::Num::Func3d2dExamples::KleinBottle::f1 ( double  u,
double  v 
) [inline, protected, virtual]
override double IG::Num::Func3d2dExamples::KleinBottle::f2 ( double  u,
double  v 
) [inline, protected, virtual]
override double IG::Num::Func3d2dExamples::KleinBottle::f3 ( double  u,
double  v 
) [inline, protected, virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events