#include <BALL/MATHS/LINALG/columnIterator.h>
Public Member Functions | |
virtual | ~ColumnIteratorTraits () throw () |
ColumnIteratorTraits () throw () | |
ColumnIteratorTraits (const Matrix< valuetype, mtraits > &matrix) throw () | |
ColumnIteratorTraits (const ColumnIteratorTraits &traits) throw () | |
ColumnIteratorTraits & | operator= (const ColumnIteratorTraits &traits) throw () |
Matrix< valuetype, mtraits > * | getContainer () throw () |
const Matrix< valuetype, mtraits > * | getContainer () const throw () |
bool | isSingular () const throw () |
IteratorPosition & | getPosition () throw () |
const IteratorPosition & | getPosition () const throw () |
bool | operator== (const ColumnIteratorTraits &traits) const throw () |
bool | operator!= (const ColumnIteratorTraits &traits) const throw () |
bool | operator< (const ColumnIteratorTraits &traits) const throw () |
Distance | getDistance (const ColumnIteratorTraits &traits) const throw () |
bool | isValid () const throw () |
void | invalidate () throw () |
void | toBegin () throw () |
bool | isBegin () const throw () |
void | toEnd () throw () |
bool | isEnd () const throw () |
Vector< valuetype > & | getData () throw () |
const Vector< valuetype > & | getData () const throw () |
void | forward () throw () |
void | dump (std::ostream &s) const throw () |
void | toRBegin () throw () |
bool | isRBegin () const throw () |
void | toREnd () throw () |
bool | isREnd () const throw () |
void | backward () throw () |
void | backward (Distance distance) throw () |
void | forward (Distance distance) throw () |
Vector< valuetype > & | getData (Index index) throw () |
const Vector< valuetype > & | getData (Index index) const throw () |
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 ColumnIteratorTraits &traits) throw () |
Definition at line 23 of file columnIterator.h.
typedef int BALL::ColumnIteratorTraits< valuetype, mtraits >::Distance [private] |
Definition at line 40 of file columnIterator.h.
typedef int BALL::ColumnIteratorTraits< valuetype, mtraits >::Index [private] |
Definition at line 44 of file columnIterator.h.
typedef int BALL::ColumnIteratorTraits< valuetype, mtraits >::IteratorPosition [private] |
Definition at line 36 of file columnIterator.h.
typedef valuetype* BALL::ColumnIteratorTraits< valuetype, mtraits >::PointerType [private] |
Definition at line 32 of file columnIterator.h.
typedef valuetype BALL::ColumnIteratorTraits< valuetype, mtraits >::ValueType [private] |
Definition at line 28 of file columnIterator.h.
virtual BALL::ColumnIteratorTraits< valuetype, mtraits >::~ColumnIteratorTraits | ( | ) | throw () [inline, virtual] |
Definition at line 49 of file columnIterator.h.
BALL::ColumnIteratorTraits< valuetype, mtraits >::ColumnIteratorTraits | ( | ) | throw () [inline] |
Definition at line 54 of file columnIterator.h.
BALL::ColumnIteratorTraits< valuetype, mtraits >::ColumnIteratorTraits | ( | const Matrix< valuetype, mtraits > & | matrix | ) | throw () [inline] |
Definition at line 62 of file columnIterator.h.
BALL::ColumnIteratorTraits< valuetype, mtraits >::ColumnIteratorTraits | ( | const ColumnIteratorTraits< valuetype, mtraits > & | traits | ) | throw () [inline] |
Definition at line 69 of file columnIterator.h.
void BALL::ColumnIteratorTraits< valuetype, mtraits >::backward | ( | Distance | distance | ) | throw () [inline] |
Definition at line 273 of file columnIterator.h.
void BALL::ColumnIteratorTraits< valuetype, mtraits >::backward | ( | ) | throw () [inline] |
Definition at line 255 of file columnIterator.h.
void BALL::ColumnIteratorTraits< valuetype, mtraits >::dump | ( | std::ostream & | s | ) | const throw () [inline] |
Definition at line 225 of file columnIterator.h.
void BALL::ColumnIteratorTraits< valuetype, mtraits >::forward | ( | Distance | distance | ) | throw () [inline] |
Definition at line 299 of file columnIterator.h.
void BALL::ColumnIteratorTraits< valuetype, mtraits >::forward | ( | ) | throw () [inline] |
Definition at line 205 of file columnIterator.h.
const Matrix<valuetype, mtraits>* BALL::ColumnIteratorTraits< valuetype, mtraits >::getContainer | ( | ) | const throw () [inline] |
Definition at line 90 of file columnIterator.h.
Matrix<valuetype, mtraits>* BALL::ColumnIteratorTraits< valuetype, mtraits >::getContainer | ( | ) | throw () [inline] |
Definition at line 85 of file columnIterator.h.
const Vector<valuetype>& BALL::ColumnIteratorTraits< valuetype, mtraits >::getData | ( | Index | index | ) | const throw () [inline] |
Definition at line 337 of file columnIterator.h.
Vector<valuetype>& BALL::ColumnIteratorTraits< valuetype, mtraits >::getData | ( | Index | index | ) | throw () [inline] |
Definition at line 320 of file columnIterator.h.
const Vector<valuetype>& BALL::ColumnIteratorTraits< valuetype, mtraits >::getData | ( | ) | const throw () [inline] |
Definition at line 183 of file columnIterator.h.
Vector<valuetype>& BALL::ColumnIteratorTraits< valuetype, mtraits >::getData | ( | ) | throw () [inline] |
Definition at line 161 of file columnIterator.h.
Distance BALL::ColumnIteratorTraits< valuetype, mtraits >::getDistance | ( | const ColumnIteratorTraits< valuetype, mtraits > & | traits | ) | const throw () [inline] |
Definition at line 125 of file columnIterator.h.
const IteratorPosition& BALL::ColumnIteratorTraits< valuetype, mtraits >::getPosition | ( | ) | const throw () [inline] |
Definition at line 105 of file columnIterator.h.
IteratorPosition& BALL::ColumnIteratorTraits< valuetype, mtraits >::getPosition | ( | ) | throw () [inline] |
Definition at line 100 of file columnIterator.h.
void BALL::ColumnIteratorTraits< valuetype, mtraits >::invalidate | ( | ) | throw () [inline] |
Definition at line 135 of file columnIterator.h.
bool BALL::ColumnIteratorTraits< valuetype, mtraits >::isBegin | ( | ) | const throw () [inline] |
Definition at line 146 of file columnIterator.h.
bool BALL::ColumnIteratorTraits< valuetype, mtraits >::isEnd | ( | ) | const throw () [inline] |
Definition at line 156 of file columnIterator.h.
bool BALL::ColumnIteratorTraits< valuetype, mtraits >::isRBegin | ( | ) | const throw () [inline] |
Definition at line 237 of file columnIterator.h.
bool BALL::ColumnIteratorTraits< valuetype, mtraits >::isREnd | ( | ) | const throw () [inline] |
Definition at line 249 of file columnIterator.h.
bool BALL::ColumnIteratorTraits< valuetype, mtraits >::isSingular | ( | ) | const throw () [inline] |
Definition at line 95 of file columnIterator.h.
bool BALL::ColumnIteratorTraits< valuetype, mtraits >::isValid | ( | ) | const throw () [inline] |
Definition at line 130 of file columnIterator.h.
bool BALL::ColumnIteratorTraits< valuetype, mtraits >::operator!= | ( | const ColumnIteratorTraits< valuetype, mtraits > & | traits | ) | const throw () [inline] |
Definition at line 115 of file columnIterator.h.
bool BALL::ColumnIteratorTraits< valuetype, mtraits >::operator< | ( | const ColumnIteratorTraits< valuetype, mtraits > & | traits | ) | const throw () [inline] |
Definition at line 120 of file columnIterator.h.
ColumnIteratorTraits& BALL::ColumnIteratorTraits< valuetype, mtraits >::operator= | ( | const ColumnIteratorTraits< valuetype, mtraits > & | traits | ) | throw () [inline] |
Definition at line 76 of file columnIterator.h.
bool BALL::ColumnIteratorTraits< valuetype, mtraits >::operator== | ( | const ColumnIteratorTraits< valuetype, mtraits > & | traits | ) | const throw () [inline] |
Definition at line 110 of file columnIterator.h.
void BALL::ColumnIteratorTraits< valuetype, mtraits >::toBegin | ( | ) | throw () [inline] |
Definition at line 141 of file columnIterator.h.
void BALL::ColumnIteratorTraits< valuetype, mtraits >::toEnd | ( | ) | throw () [inline] |
Definition at line 151 of file columnIterator.h.
void BALL::ColumnIteratorTraits< valuetype, mtraits >::toRBegin | ( | ) | throw () [inline] |
Definition at line 231 of file columnIterator.h.
void BALL::ColumnIteratorTraits< valuetype, mtraits >::toREnd | ( | ) | throw () [inline] |
Definition at line 243 of file columnIterator.h.
friend class Matrix< valuetype, mtraits > [friend] |
Definition at line 46 of file columnIterator.h.
std::ostream& operator<< | ( | std::ostream & | s, | |
const ColumnIteratorTraits< valuetype, mtraits > & | traits | |||
) | throw () [friend] |
Definition at line 219 of file columnIterator.h.
Matrix<valuetype, mtraits>* BALL::ColumnIteratorTraits< valuetype, mtraits >::bound_ [protected] |
Definition at line 357 of file columnIterator.h.
IteratorPosition BALL::ColumnIteratorTraits< valuetype, mtraits >::position_ [protected] |
Definition at line 358 of file columnIterator.h.
Vector<valuetype> BALL::ColumnIteratorTraits< valuetype, mtraits >::vector_ [mutable, protected] |
Definition at line 359 of file columnIterator.h.