IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Data Transfer Object (DTO) for vectors of type IG.Num.Vector. Used to store, transfer, serialize and deserialize objects of type Vector. More...
Public Member Functions | |
VectorDto () | |
Creates a DTO for storing state of a vector object of any vector type. | |
VectorDto (int length) | |
Creates a DTO for storing a vector object of any vector type, with specified dimension. | |
override Vector | CreateVector (int length) |
Creates and returns a new vector of the specified dimension. |
Data Transfer Object (DTO) for vectors of type IG.Num.Vector. Used to store, transfer, serialize and deserialize objects of type Vector.
$A Igor Aug09;
IG::Lib::VectorDto::VectorDto | ( | ) | [inline] |
Creates a DTO for storing state of a vector object of any vector type.
IG::Lib::VectorDto::VectorDto | ( | int | length | ) | [inline] |
Creates a DTO for storing a vector object of any vector type, with specified dimension.
length | Vector dimension. |
override Vector IG::Lib::VectorDto::CreateVector | ( | int | length | ) | [inline] |
Creates and returns a new vector of the specified dimension.
length | Vector dimension. |
Reimplemented from IG::Lib::VectorDtoBase.