#include <Pieces.h>
Public Member Functions | |
| PicArr () | |
| void | turn () |
| void | revY () |
| void | copyTo (PicArr &dest) const |
| bool | equalTo (PicArr &dest, bool bSym) const |
| int & | set (int x, int y) |
| int | axx (int x, int y) const |
Public Attributes | |
| int | v [25] |
| bool | turned |
| int | rtnindx |
it defines a single 5x5 piece which can be turned, reversed, copied, changed and accessed
| PicArr::PicArr | ( | ) | [inline] |
| void PicArr::turn | ( | ) |
| void PicArr::revY | ( | ) |
| void PicArr::copyTo | ( | PicArr & | dest | ) | const |
| bool PicArr::equalTo | ( | PicArr & | dest, | |
| bool | bSym | |||
| ) | const |
| int& PicArr::set | ( | int | x, | |
| int | y | |||
| ) | [inline] |
| int PicArr::axx | ( | int | x, | |
| int | y | |||
| ) | const [inline] |
| int PicArr::v[25] |
| bool PicArr::turned |
| int PicArr::rtnindx |