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

IG::Lib::MatrixDtoBase Class Reference

DTO (data transfer object) for matrix interface (IMatrix). More...

Inheritance diagram for IG::Lib::MatrixDtoBase:

List of all members.

Public Member Functions

 MatrixDtoBase ()
 Creates a DTO for storing state of a matrix object of any matrix type.
 MatrixDtoBase (int rowCnt, int columnCnt)
 Creates a DTO for storing a matrix object of any matrix type, with specified dimensions.
override IMatrix CreateMatrix (int rowCnt, int columnCnt)
 Creates and returns a new matrix cast to the interface type IMatrix.

Detailed Description

DTO (data transfer object) for matrix interface (IMatrix).

$A Igor Jun09;


Constructor & Destructor Documentation

IG::Lib::MatrixDtoBase::MatrixDtoBase ( ) [inline]

Creates a DTO for storing state of a matrix object of any matrix type.

IG::Lib::MatrixDtoBase::MatrixDtoBase ( int  rowCnt,
int  columnCnt 
) [inline]

Creates a DTO for storing a matrix object of any matrix type, with specified dimensions.

Parameters:
rowCntFirst dimension of the matrix (number of rows).
columnCntSecond dimension of the matrix (number of columns).

Member Function Documentation

override IMatrix IG::Lib::MatrixDtoBase::CreateMatrix ( int  rowCnt,
int  columnCnt 
) [inline]

Creates and returns a new matrix cast to the interface type IMatrix.

Parameters:
rowCntFirst dimension of the matrix (number of rows).
columnCntSecond dimension of the matrix (number of columns).

Reimplemented in IG::Lib::MatrixDto.


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