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