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 () |
|
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 |
|
get the matrix number i which is stored in the vector of matrix
|
|
get the matrix of SdifSignature : sig in the vector of matrix
|
|
get the matrix with the signature in the vector of matrix
|
|
get an the iterator pointing to the first matrix in the frame
|
|
get an the iterator pointing after the last matrix in the frame
|