Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members

SDIFFrame - Get a SDIFMatrix


Typedefs

typedef std::vector< SDIFMatrix
>::iterator 
Easdif::SDIFFrame::iterator

Functions

SDIFMatrix & Easdif::SDIFFrame::GetMatrix (unsigned int index) throw (Easdif::SDIFMatrixNotAvailable)
 get the matrix number i which is stored in the vector of matrix
SDIFMatrix & Easdif::SDIFFrame::GetMatrixWithSig (const SdifSignature sig) throw (SDIFMatrixNotAvailable)
SDIFMatrix & Easdif::SDIFFrame::GetMatrix (const std::string &signature) throw (SDIFMatrixNotAvailable)
iterator Easdif::SDIFFrame::begin ()
iterator Easdif::SDIFFrame::end ()

Typedef Documentation

typedef std::vector<SDIFMatrix>::iterator Easdif::SDIFFrame::iterator [inherited]
 

SDIFFrame iterators iterate over the matrices conatined in the frame. These are STL compliant random access iterators and they exist as iterator and const_iterator


Function Documentation

SDIFMatrix & Easdif::SDIFFrame::GetMatrix unsigned int  index  )  throw (Easdif::SDIFMatrixNotAvailable) [inherited]
 

get the matrix number i which is stored in the vector of matrix

Parameters:
index index to matrix (C-notation: first matrix at index 0)
Returns:
SDIFMatrix number i

SDIFMatrix & Easdif::SDIFFrame::GetMatrixWithSig const SdifSignature  sig  )  throw (SDIFMatrixNotAvailable) [inherited]
 

get the matrix of SdifSignature : sig in the vector of matrix

Returns:
SDIFMatrix

SDIFMatrix & Easdif::SDIFFrame::GetMatrix const std::string &  signature  )  throw (SDIFMatrixNotAvailable) [inherited]
 

get the matrix with the signature in the vector of matrix

Parameters:
signature string
Returns:
SDIFMatrix

iterator Easdif::SDIFFrame::begin  )  [inline, inherited]
 

get an the iterator pointing to the first matrix in the frame

Returns:
SDIFFRame::iterator const Frames return const_iterators

iterator Easdif::SDIFFrame::end  )  [inline, inherited]
 

get an the iterator pointing after the last matrix in the frame

Returns:
SDIFFRame::iterator const Frames return const_iterators


Generated on Tue Jan 3 15:00:56 2006 for Easdif by  doxygen 1.3.9.1