IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
DTO (data transfer object) for sampled data element (one point with vectors of input and output parameters). More...
Public Member Functions | |
SampledDataElementDto () | |
override SampledDataElement | CreateObject () |
Creates and returns an object consistent with current contents of the vector. | |
Public Attributes | |
int | Index |
Idex of the element in arrays or list (or in SampledDataSet objects), auxiliary information that facilitates identification and access to specific data chunk out of those that are worked out. | |
Protected Member Functions | |
override void | CopyFromPlain (SampledDataElement obj) |
override void | CopyToPlain (ref SampledDataElement obj) |
Protected Attributes | |
VectorDtoBase | _inputParameters |
VectorDtoBase | _outputValues |
Properties | |
virtual VectorDtoBase | InputParameters [get, set] |
Vector of input parameters of a single data element. | |
virtual VectorDtoBase | OutputValues [get, set] |
Vector of input parameters of a single data element. |
DTO (data transfer object) for sampled data element (one point with vectors of input and output parameters).
$A Igor Mar11;
IG::Num::SampledDataElementDto::SampledDataElementDto | ( | ) | [inline] |
override SampledDataElement IG::Num::SampledDataElementDto::CreateObject | ( | ) | [inline] |
Creates and returns an object consistent with current contents of the vector.
override void IG::Num::SampledDataElementDto::CopyFromPlain | ( | SampledDataElement | obj | ) | [inline, protected] |
override void IG::Num::SampledDataElementDto::CopyToPlain | ( | ref SampledDataElement | obj | ) | [inline, protected] |
Idex of the element in arrays or list (or in SampledDataSet objects), auxiliary information that facilitates identification and access to specific data chunk out of those that are worked out.
virtual VectorDtoBase IG::Num::SampledDataElementDto::InputParameters [get, set] |
Vector of input parameters of a single data element.
virtual VectorDtoBase IG::Num::SampledDataElementDto::OutputValues [get, set] |
Vector of input parameters of a single data element.