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

IG::Num::Func3d2dExamples::CylinderParametric Class Reference

Parametric equation of an origin-centered (ellipsoidal) cylindrical surface in form of 3D vector function of 2 variables. More...

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

List of all members.

Public Member Functions

 CylinderParametric ()
 Construct a rotationally symmetric parametric definition of origin-centered cylinder of radius 1 and height 1.
 CylinderParametric (double r, double h)
 Constructs parametric definition of rotationally symmetric origin-centered ellipsoid with the specified radius.
 CylinderParametric (double a, double b, double h)
 Constructs parametric definition of an origin-centered ellipsoid with the specified values of half-axes.

Public Attributes

double a

Protected Member Functions

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

Private Attributes

double b
double h

Detailed Description

Parametric equation of an origin-centered (ellipsoidal) cylindrical surface in form of 3D vector function of 2 variables.

$A Igor Oct09;


Constructor & Destructor Documentation

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

Construct a rotationally symmetric parametric definition of origin-centered cylinder of radius 1 and height 1.

IG::Num::Func3d2dExamples::CylinderParametric::CylinderParametric ( double  r,
double  h 
) [inline]

Constructs parametric definition of rotationally symmetric origin-centered ellipsoid with the specified radius.

Parameters:
rRadius of the cylinder.
hHeight of the cylinder.
IG::Num::Func3d2dExamples::CylinderParametric::CylinderParametric ( double  a,
double  b,
double  h 
) [inline]

Constructs parametric definition of an origin-centered ellipsoid with the specified values of half-axes.

Parameters:
aHalf-axis in the first coordinate direction.
bHalf-axis in the second coordinate direction.
hHeight of the cylinder.

Member Function Documentation

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

Member Data Documentation


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