|
BALL
1.4.2
|
#include <BALL/MATHS/LINALG/rowIterator.h>
Public Member Functions | |
| virtual | ~RowIteratorTraits () |
| RowIteratorTraits () | |
| RowIteratorTraits (const Matrix< valuetype, mtraits > &matrix) | |
| RowIteratorTraits (const RowIteratorTraits &traits) | |
| RowIteratorTraits & | operator= (const RowIteratorTraits &traits) |
| Matrix< valuetype, mtraits > * | getContainer () |
| const Matrix< valuetype, mtraits > * | getContainer () const |
| bool | isSingular () const |
| IteratorPosition & | getPosition () |
| const IteratorPosition & | getPosition () const |
| bool | operator== (const RowIteratorTraits &traits) const |
| bool | operator!= (const RowIteratorTraits &traits) const |
| bool | operator< (const RowIteratorTraits &traits) const |
| Distance | getDistance (const RowIteratorTraits &traits) const |
| bool | isValid () const |
| void | invalidate () |
| void | toBegin () |
| bool | isBegin () const |
| void | toEnd () |
| bool | isEnd () const |
| Vector< valuetype > & | getData () |
| const Vector< valuetype > & | getData () const |
| void | forward () |
| void | dump (std::ostream &s) const |
| void | toRBegin () |
| bool | isRBegin () const |
| void | toREnd () |
| bool | isREnd () const |
| void | backward () |
| void | backward (Distance distance) |
| void | forward (Distance distance) |
| Vector< valuetype > & | getData (Index index) |
| const Vector< valuetype > & | getData (Index index) const |
Protected Attributes | |
| Matrix< valuetype, mtraits > * | bound_ |
| IteratorPosition | position_ |
| Vector< valuetype > | vector_ |
Private Types | |
| typedef valuetype | ValueType |
| typedef valuetype * | PointerType |
| typedef int | IteratorPosition |
| typedef int | Distance |
| typedef int | Index |
Friends | |
| class | Matrix< valuetype, mtraits > |
| std::ostream & | operator<< (std::ostream &s, const RowIteratorTraits &traits) |
Definition at line 26 of file rowIterator.h.
|
private |
Definition at line 43 of file rowIterator.h.
|
private |
Definition at line 47 of file rowIterator.h.
|
private |
Definition at line 39 of file rowIterator.h.
|
private |
Definition at line 35 of file rowIterator.h.
|
private |
Definition at line 31 of file rowIterator.h.
|
inlinevirtual |
Definition at line 52 of file rowIterator.h.
|
inline |
Definition at line 56 of file rowIterator.h.
|
inline |
Definition at line 63 of file rowIterator.h.
|
inline |
Definition at line 70 of file rowIterator.h.
|
inline |
Definition at line 250 of file rowIterator.h.
|
inline |
Definition at line 267 of file rowIterator.h.
|
inline |
Definition at line 225 of file rowIterator.h.
|
inline |
Definition at line 206 of file rowIterator.h.
|
inline |
Definition at line 292 of file rowIterator.h.
|
inline |
Definition at line 86 of file rowIterator.h.
|
inline |
Definition at line 91 of file rowIterator.h.
|
inline |
Definition at line 162 of file rowIterator.h.
|
inline |
Definition at line 184 of file rowIterator.h.
|
inline |
Definition at line 312 of file rowIterator.h.
|
inline |
Definition at line 329 of file rowIterator.h.
|
inline |
Definition at line 126 of file rowIterator.h.
|
inline |
Definition at line 101 of file rowIterator.h.
|
inline |
Definition at line 106 of file rowIterator.h.
|
inline |
Definition at line 136 of file rowIterator.h.
|
inline |
Definition at line 147 of file rowIterator.h.
|
inline |
Definition at line 157 of file rowIterator.h.
|
inline |
Definition at line 235 of file rowIterator.h.
|
inline |
Definition at line 245 of file rowIterator.h.
|
inline |
Definition at line 96 of file rowIterator.h.
|
inline |
Definition at line 131 of file rowIterator.h.
|
inline |
Definition at line 116 of file rowIterator.h.
|
inline |
Definition at line 121 of file rowIterator.h.
|
inline |
Definition at line 77 of file rowIterator.h.
|
inline |
Definition at line 111 of file rowIterator.h.
|
inline |
Definition at line 142 of file rowIterator.h.
|
inline |
Definition at line 152 of file rowIterator.h.
|
inline |
Definition at line 230 of file rowIterator.h.
|
inline |
Definition at line 240 of file rowIterator.h.
|
friend |
Definition at line 49 of file rowIterator.h.
|
friend |
Definition at line 220 of file rowIterator.h.
|
protected |
Definition at line 349 of file rowIterator.h.
|
protected |
Definition at line 350 of file rowIterator.h.
|
mutableprotected |
Definition at line 351 of file rowIterator.h.
1.8.3.1