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

IG::Gr3d::VtkPlotBase::ExampleFunc2dShifted Class Reference

Function defined as some other function shifted for the specified value. More...

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

List of all members.

Public Member Functions

 ExampleFunc2dShifted (IFunc2d funcOriginal, double shift)
override double Value (double x, double y)
 Calculates and returns value of the current 2D scalar function.

Public Attributes

double Shift
IFunc2d FuncOriginal

Detailed Description

Function defined as some other function shifted for the specified value.


Constructor & Destructor Documentation

IG::Gr3d::VtkPlotBase::ExampleFunc2dShifted::ExampleFunc2dShifted ( IFunc2d  funcOriginal,
double  shift 
) [inline]

Member Function Documentation

override double IG::Gr3d::VtkPlotBase::ExampleFunc2dShifted::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.


Member Data Documentation


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