#include <cells.h>
Collaboration diagram for Cells:

Public Member Functions | |
| Cells (const uint w, const uint h) | |
| ~Cells () | |
| void | reset () |
| Cell * | operator[] (const uint x) const |
| const uint | width () const |
| const uint | height () const |
| const Cell & | cell (const uint x, const uint y) const |
Definition at line 55 of file cells.h.
| void Cells::reset | ( | ) |
Resets bestScore, prevX, prevY, addedToLabels, it, permanent for each cell
Definition at line 102 of file cells.cpp.
Referenced by ConRouter::mapRoute().
1.5.1