IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Example script for definition of a new real function class. More...
Classes | |
class | Container |
Container class inherits from M in order to enable use of comfortable mathematical functions. More... | |
Public Member Functions | |
override LoadableScalarFunctionBase | CreateScalarFunction () |
Creates and returns a new scalar function object where functions are defined by compiled user defined strings. | |
override LoadableScalarFunctionBase | CreateScalarFunction (IAffineTransformation transf) |
Creates and returns a new scalar function object where functions are defined by compiled user defined strings, and with affine transformation of parameters. |
Example script for definition of a new real function class.
$A Igor Jun10 Aug10;
override LoadableScalarFunctionBase IG::Script::ScritpScalarFunctionExample::CreateScalarFunction | ( | ) | [inline, virtual] |
Creates and returns a new scalar function object where functions are defined by compiled user defined strings.
Implements IG::Lib::LoadableScriptScalarFunctionBase.
override LoadableScalarFunctionBase IG::Script::ScritpScalarFunctionExample::CreateScalarFunction | ( | IAffineTransformation | transf | ) | [inline, virtual] |
Creates and returns a new scalar function object where functions are defined by compiled user defined strings, and with affine transformation of parameters.
transf | Affine transformation used to transform function parameters from the reference to the actual frame. |
$A Igor Sep11;
Implements IG::Lib::LoadableScriptScalarFunctionBase.