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

IG::Lib::LoadableScriptRealFunctionBase Class Reference

Base class for loadable scripts that define real functions of one variable. More...

Inheritance diagram for IG::Lib::LoadableScriptRealFunctionBase:
Collaboration diagram for IG::Lib::LoadableScriptRealFunctionBase:

List of all members.

Public Member Functions

abstract LoadableRealFunctionBase CreateRealFunction ()
 Creates and returns a new real function object where object is of real function class that has been dynamically loaded from the current script.
abstract LoadableRealFunctionBase CreateRealFunction (double Kx, double Sx)
 Creates and returns a new real function object where object is of real function class that has been dynamically loaded from the current script.
abstract LoadableRealFunctionBase CreateRealFunction (double Kx, double Sx, double Ky, double Sy)
 Creates and returns a new real function object where object is of real function class that has been dynamically loaded from the current script.

Protected Member Functions

override void InitializeThis (string[] arguments)
 Script initialization, defined just for formal reasons.
override string RunThis (string[] arguments)
 Script execution, defined just for formal reasons.

Detailed Description

Base class for loadable scripts that define real functions of one variable.

$A Igor Jun10 Sep11;


Member Function Documentation

abstract LoadableRealFunctionBase IG::Lib::LoadableScriptRealFunctionBase::CreateRealFunction ( ) [pure virtual]

Creates and returns a new real function object where object is of real function class that has been dynamically loaded from the current script.

Implemented in IG::Script::ScritpRealFunctionExample.

abstract LoadableRealFunctionBase IG::Lib::LoadableScriptRealFunctionBase::CreateRealFunction ( double  Kx,
double  Sx 
) [pure virtual]

Creates and returns a new real function object where object is of real function class that has been dynamically loaded from the current script.

Parameters:
KxStretch of the reference function graph in x direction.
SxShift of the reference function graph in x direction.

$A Igor Sep11;

Implemented in IG::Script::ScritpRealFunctionExample.

abstract LoadableRealFunctionBase IG::Lib::LoadableScriptRealFunctionBase::CreateRealFunction ( double  Kx,
double  Sx,
double  Ky,
double  Sy 
) [pure virtual]

Creates and returns a new real function object where object is of real function class that has been dynamically loaded from the current script.

Parameters:
KxStretch of the reference function graph in x direction.
SxShift of the reference function graph in x direction.
KyStretch of the reference function graph in y direction.
SyShift of the reference function graph in y direction.

$A Igor Sep11;

Implemented in IG::Script::ScritpRealFunctionExample.

override void IG::Lib::LoadableScriptRealFunctionBase::InitializeThis ( string[]  arguments) [inline, protected, virtual]

Script initialization, defined just for formal reasons.

Implements IG::Lib::LoadableScriptBase.

override string IG::Lib::LoadableScriptRealFunctionBase::RunThis ( string[]  arguments) [inline, protected, virtual]

Script execution, defined just for formal reasons.

Implements IG::Lib::LoadableScriptBase.


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