IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Lib.VectorDtoBase Class Reference

DTO (data transfer object) for vector interface (IVector). More...

Public Member Functions

 VectorDtoBase ()
 Creates a DTO for storing state of a vector object of any vector type More...
 
 VectorDtoBase (int length)
 Creates a DTO for storing a vector object of any vector type, with specified dimension. More...
 
override IVector CreateVector (int length)
 Creates and returns a new vector cast to the interface type IVector. More...
 

Detailed Description

DTO (data transfer object) for vector interface (IVector).

$A Igor Jun09;

Constructor & Destructor Documentation

IG.Lib.VectorDtoBase.VectorDtoBase ( )
inline

Creates a DTO for storing state of a vector object of any vector type

IG.Lib.VectorDtoBase.VectorDtoBase ( 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 IVector IG.Lib.VectorDtoBase.CreateVector ( int  length)
inline

Creates and returns a new vector cast to the interface type IVector.

Parameters
lengthVector dimension.

The documentation for this class was generated from the following file: