|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <newmatap.h>
Public Member Functions | |
| MultiRadixCounter (int nx, const SimpleIntArray &rx, SimpleIntArray &vx) | |
| void | operator++ () |
| bool | Swap () const |
| bool | Finish () const |
| int | Reverse () const |
| int | Counter () const |
Private Attributes | |
| const SimpleIntArray & | Radix |
| SimpleIntArray & | Value |
| const int | n |
| int | reverse |
| int | product |
| int | counter |
| bool | finish |
Definition at line 159 of file newmatap.h.
| MultiRadixCounter::MultiRadixCounter | ( | int | nx, |
| const SimpleIntArray & | rx, | ||
| SimpleIntArray & | vx | ||
| ) |
|
inline |
Definition at line 177 of file newmatap.h.
|
inline |
Definition at line 175 of file newmatap.h.
| void MultiRadixCounter::operator++ | ( | ) |
|
inline |
Definition at line 176 of file newmatap.h.
|
inline |
Definition at line 174 of file newmatap.h.
|
private |
Definition at line 168 of file newmatap.h.
Referenced by operator++().
|
private |
Definition at line 169 of file newmatap.h.
Referenced by operator++().
|
private |
Definition at line 165 of file newmatap.h.
Referenced by MultiRadixCounter(), and operator++().
|
private |
Definition at line 167 of file newmatap.h.
Referenced by MultiRadixCounter(), and operator++().
|
private |
Definition at line 161 of file newmatap.h.
Referenced by MultiRadixCounter(), and operator++().
|
private |
Definition at line 166 of file newmatap.h.
Referenced by operator++().
|
private |
Definition at line 164 of file newmatap.h.
Referenced by MultiRadixCounter(), and operator++().
1.8.14