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

IG::Lib::VectorDto Class Reference

Data Transfer Object (DTO) for vectors of type IG.Num.Vector. Used to store, transfer, serialize and deserialize objects of type Vector. More...

Inheritance diagram for IG::Lib::VectorDto:
Collaboration diagram for IG::Lib::VectorDto:

List of all members.

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.

Detailed Description

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;


Constructor & Destructor Documentation

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.

Parameters:
lengthVector dimension.

Member Function Documentation

override Vector IG::Lib::VectorDto::CreateVector ( int  length) [inline]

Creates and returns a new vector of the specified dimension.

Parameters:
lengthVector dimension.

Reimplemented from IG::Lib::VectorDtoBase.


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