TileSpec Struct Reference
Detailed Description
Specification of one tile.This structure can be used to specify a tile with specified width and height, number of such tiles (all with unique values), and a char-array tile showing the tile in row-major order.
Definition at line 53 of file pentominoes.cc.
Public Attributes | |
int | width |
int | height |
int | amount |
const char * | tile |
Member Data Documentation
int TileSpec::width |
Definition at line 54 of file pentominoes.cc.
int TileSpec::height |
Definition at line 54 of file pentominoes.cc.
int TileSpec::amount |
Definition at line 55 of file pentominoes.cc.
const char* TileSpec::tile |
Definition at line 56 of file pentominoes.cc.
The documentation for this struct was generated from the following file:
- examples/pentominoes.cc (Revision: 5861)