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

IG::Gr3d::VtkPlotBase::Func3dZero Class Reference

3D function that returns 0. Used e.g. for coloring graphs by heights. More...

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

List of all members.

Public Member Functions

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

Detailed Description

3D function that returns 0. Used e.g. for coloring graphs by heights.


Constructor & Destructor Documentation

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

Member Function Documentation

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

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

Parameters:
xFirst parameter.
ySecond parameter.
zThird parameter.

Implements IG::Num::IFunc3d.

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

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

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

Implements IG::Num::IFunc3d.


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