
Public Member Functions | |
| matrixdataIterator (MatrixData &data, u_int startId=0) | |
| matrixdataIterator (const matrixdataIterator &src) | |
| matrixdataIterator & | operator= (const matrixdataIterator &src) |
| bool | operator== (const matrixdataIterator &x) const |
| bool | operator!= (const matrixdataIterator &x) const |
| const T & | operator * () const |
| T & | operator * () |
| matrixdataIterator & | operator++ () |
| const matrixdataIterator & | operator++ () const |
| matrixdataIterator & | operator-- () |
| const matrixdataIterator & | operator-- () const |
| u_int | getIndex () |
| matrixdataIterator | ( | MatrixData & | data, | |
| u_int | startId = 0 | |||
| ) | [inline] |
create the iterator
| matrixdataIterator | ( | const matrixdataIterator & | src | ) | [inline] |
Copy-Constructor
| matrixdataIterator& operator= | ( | const matrixdataIterator & | src | ) | [inline] |
Assignement operator
| bool operator== | ( | const matrixdataIterator & | x | ) | const [inline] |
equal operator
| bool operator!= | ( | const matrixdataIterator & | x | ) | const [inline] |
not-equal operator
| const T& operator * | ( | ) | const [inline] |
Accessing element (const version)
| T& operator * | ( | ) | [inline] |
Accessing element (non-const version)
| matrixdataIterator& operator++ | ( | ) | [inline] |
Forward movement
| const matrixdataIterator& operator++ | ( | ) | const [inline] |
Forward movement
| matrixdataIterator& operator-- | ( | ) | [inline] |
Backward movement
| const matrixdataIterator& operator-- | ( | ) | const [inline] |
Backward movement
| u_int getIndex | ( | ) | [inline] |
Return the id (used by VectorData for accessing)