|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Parent Classes:
Derived Classes:
Variables:
Methods:
- DuelMatrixIterC(const MatrixC & mat1,const MatrixC & mat2,MUIndexT initrow = 0)
-
Constructor.
- void First()
-
Goto first pixel in image.
- void Next()
-
Goto first pixel in image.
- RealT & Data2()
-
Get data.
- const RealT & Data2() const
-
Get data.
---------- Row oriented access --------
- void SetRow(MUIndexT to)
-
Goto the begining of a particular row.
- void NextCol()
-
Goto next coloumb
- const MatrixIterC & operator=(const MatrixIterC & Oth)
-
Copy an iterator.
- const MatrixIterC & operator=(const MatrixC & Oth)
-
Assign to a new matrix.
Leaves the iterator pointing to the first element of that
matrix.
------------- Linear access ---------------
- BooleanT IsElm() const
-
At a valid element ?
- void First()
-
Goto first element in matrix.
- void RowStart()
-
Start of row.
- void NextRow()
-
Goto next row in matrix.
- void Next()
-
Goto next element in matrix.
- BooleanT RNext()
-
Goto next element in matrix.
Return FALSE if end of row.
- void NextLoopRow()
-
Goto next element in matrix.
If the end of the current row is reached,
iteration is restarted on the SAME row.
- RealT & Data()
-
Get data.
- const RealT & Data() const
-
Get data.
- MUIndexT Row() const
-
Get current row.
---------- Row oriented access --------
- BooleanT IsEndOfRow() const
-
At the end of a row.
- void SetRow(MUIndexT to)
-
Goto the begining of a particular row.
- void NextCol()
-
Goto next coloumb
UNSAFE, EXPERTS ONLY!!
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|