
Public Member Functions | |
| Cell () | |
| void | reset () |
Public Attributes | |
| unsigned short | CIpenalty |
| unsigned short | Cpenalty |
| unsigned short | bestScore |
| short | prevX |
| short | prevY |
| bool | permanent:1 |
| bool | addedToLabels:1 |
| Point * | point |
| unsigned short | numCon |
Definition at line 32 of file cells.h.
| void Cell::reset | ( | ) |
Resets bestScore, prevX, prevY, addedToLabels, it, permanent for each cell
Definition at line 129 of file cells.cpp.
References addedToLabels, bestScore, and permanent.
1.5.1