|
Jafar
|
Iterate over all clusters of the decomposition by iterating over grid cell from (xbegin,ybegin),(xend-1,yend-1) More...
Iterate over all clusters of the decomposition by iterating over grid cell from (xbegin,ybegin),(xend-1,yend-1)
Definition at line 187 of file Decomp.hpp.
#include <Decomp.hpp>
Public Member Functions | |
| Decomp_iterator (const Decomp *_data) | |
| Decomp_iterator (const Decomp_iterator &_it) | |
| void | begin () |
| bool | at_end () const |
| bool | at_begin () const |
| DecompCluster * | operator* () const |
| Decomp_iterator & | operator++ () |
| Decomp_iterator | operator++ (int) |
| void | getIndex (int &_i, int &_j) const |
Private Member Functions | |
| void | increment () |
| void | incrementNextCluster () |
Private Attributes | |
| Decomp * | data |
| int | i |
| int | j |
| Generated on Wed Oct 15 2014 00:37:41 for Jafar by doxygen 1.7.6.1 |
|