All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <MatrixIterator.h>
Public Member Functions | |
bool | hasNext () const |
bool | hasPrevious () const |
MatrixIterator (const Matrix< T > &m) | |
const T * | next () |
const T & | operator* () |
const T * | previous () |
void | toBack () |
void | toFront () |
Protected Member Functions | |
MatrixIterator () | |
Protected Attributes | |
const T * | _cur |
const T * | _end |
int | _offset |
const T * | _start |
Brief description of class still missing.
Full description of class still missing
QGpCoreTools::MatrixIterator< T >::MatrixIterator | ( | const Matrix< T > & | m | ) | [inline] |
QGpCoreTools::MatrixIterator< T >::MatrixIterator | ( | ) | [inline, protected] |
{}
bool QGpCoreTools::MatrixIterator< T >::hasNext | ( | ) | const [inline] |
bool QGpCoreTools::MatrixIterator< T >::hasPrevious | ( | ) | const [inline] |
const T* QGpCoreTools::MatrixIterator< T >::next | ( | ) | [inline] |
const T& QGpCoreTools::MatrixIterator< T >::operator* | ( | ) | [inline] |
const T* QGpCoreTools::MatrixIterator< T >::previous | ( | ) | [inline] |
void QGpCoreTools::MatrixIterator< T >::toBack | ( | ) | [inline] |
void QGpCoreTools::MatrixIterator< T >::toFront | ( | ) | [inline] |
const T* QGpCoreTools::MatrixIterator< T >::_cur [protected] |
const T * QGpCoreTools::MatrixIterator< T >::_end [protected] |
int QGpCoreTools::MatrixIterator< T >::_offset [protected] |
const T * QGpCoreTools::MatrixIterator< T >::_start [protected] |