Input data element definition for vector functions, approximations, etc.
More...
List of all members.
Detailed Description
Input data element definition for vector functions, approximations, etc.
$A Igor Feb11;
Constructor & Destructor Documentation
IG::Num::OutputElementDefinition::OutputElementDefinition |
( |
int |
elementIndex, |
|
|
string |
name, |
|
|
string |
title, |
|
|
string |
description |
|
) |
| [inline] |
Constructor.
- Parameters:
-
elementIndex | Index of the input or output data element specified by the current definision. If less than 0 is specified then it is considered that element index is not known or defined in the current context. |
name | Element name. Should comply with conventions for valid variable names in languages C++, C# and Java. |
title | Short descriptive title (like name, but can contain spaces and special characters). |
description | Element description. Can be an arbvitrary string. |
IG::Num::OutputElementDefinition::OutputElementDefinition |
( |
string |
name | ) |
[inline] |
Constructor. Element index is unknown, there is no element description.
- Parameters:
-
name | Element name. Should comply with conventions for valid variable names in languages C++, C# and Java. |
IG::Num::OutputElementDefinition::OutputElementDefinition |
( |
string |
name, |
|
|
string |
title |
|
) |
| [inline] |
Constructor. Element index is unknown.
- Parameters:
-
elementIndex | Index of the input or output data element specified by the current definision. If less than 0 is specified then it is considered that element index is not known or defined in the current context. |
name | Element name. Should comply with conventions for valid variable names in languages C++, C# and Java. |
title | Short descriptive title (like name, but can contain spaces and special characters). |
IG::Num::OutputElementDefinition::OutputElementDefinition |
( |
string |
name, |
|
|
string |
title, |
|
|
string |
description |
|
) |
| [inline] |
Constructor. Element index is unknown.
- Parameters:
-
elementIndex | Index of the input or output data element specified by the current definision. If less than 0 is specified then it is considered that element index is not known or defined in the current context. |
name | Element name. Should comply with conventions for valid variable names in languages C++, C# and Java. |
title | Short descriptive title (like name, but can contain spaces and special characters). |
description | Element description. Can be an arbitrary string. |
Member Function Documentation
Creates and returns a deep copy of the current output data element definition.
Copies data from one output data element definition to another.
- Parameters:
-
original | Source object that data is copied from. |
copy | Object to which data is copied. |
Operation is performed only if both sorce and destination objects are non-null.
Copies data from one output data element definition to another.
- Parameters:
-
original | Source object that data is copied from. |
copy | Object to which data is copied. |
If original object is null then destination object is also set to null. If destination object is nul then it is allocated anew.
override string IG::Num::OutputElementDefinition::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: