Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members  

Easdif::SDIFMatrix Class Reference

class which can be associated with a matrix More...

#include <sdifmatrix.h>

Collaboration diagram for Easdif::SDIFMatrix:

Collaboration graph
[legend]
List of all members.

Public Methods

void View ()
int Write (SdifFileT *file)
int Read (SdifFileT *file)
void CreateMatrixData (SdifSignature sig, int nrows, int ncols, SdifDataTypeET type)
int GetSize () const
int GetNbRows () const
int GetNbCols () const
SdifSignature GetSignature () const
std::string GetStringSignature () const
SdifDataTypeET GetType () const
int GetInt (int i, int j)
float GetFloat (int i, int j)
double GetDouble (int i, int j)
template<typename Tout> void SDIFMatrix::Get (int i, int j, Tout &value)
 get a value in form of given type

template<typename Tin> void Set (int i, int j, const Tin &value)
 set a value using arbitrary input type


Detailed Description

class which can be associated with a matrix

SDIFMatrix is composed of different methods which permits to manipulate a matrix.


The documentation for this class was generated from the following files:
Generated on Thu Apr 10 16:04:32 2003 for Easdif by doxygen1.2.16