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

IG::Gr3d::VtkPlotBase::Func2dY Class Reference

2D function that returns the second parameter. Used as the second componnet of parametric definition of surfce that is defined by a single function of 2 variables. More...

Inheritance diagram for IG::Gr3d::VtkPlotBase::Func2dY:
Collaboration diagram for IG::Gr3d::VtkPlotBase::Func2dY:

List of all members.

Public Member Functions

 Func2dY ()
override double Value (double x, double y)
 Calculates and returns value of the current 2D scalar function.
override void Gradient (double x, double y, out double gradx, out double grady)
 Calculates gradient of the current 2D scalar function and returns its components through the specified output variables.

Detailed Description

2D function that returns the second parameter. Used as the second componnet of parametric definition of surfce that is defined by a single function of 2 variables.


Constructor & Destructor Documentation

IG::Gr3d::VtkPlotBase::Func2dY::Func2dY ( ) [inline]

Member Function Documentation

override double IG::Gr3d::VtkPlotBase::Func2dY::Value ( double  x,
double  y 
) [inline]

Calculates and returns value of the current 2D scalar function.

Parameters:
xFirst parameter.
ySecond parameter.
zThird parameter.

Implements IG::Num::IFunc2d.

override void IG::Gr3d::VtkPlotBase::Func2dY::Gradient ( double  x,
double  y,
out double  gradx,
out double  grady 
) [inline]

Calculates gradient of the current 2D scalar function and returns its components through the specified output variables.

Parameters:
xFirst parameter.
ySecond parameter.
gradxFirst component of the returned gradient.
gradySecond component of the returned gradient.

Implements IG::Num::IFunc2d.


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