Generated on Thu Mar 22 10:39:52 2012 for Gecode by doxygen 1.6.3

TileSpec Class Reference

Specification of one tile. More...

List of all members.

Public Attributes

int width
 Width of tile.
int height
 Height of tile.
int amount
 Number of tiles.
const char * tile
 Picture of tile.

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 56 of file pentominoes.cpp.


Member Data Documentation

Width of tile.

Definition at line 58 of file pentominoes.cpp.

Height of tile.

Definition at line 59 of file pentominoes.cpp.

Number of tiles.

Definition at line 60 of file pentominoes.cpp.

const char* TileSpec::tile

Picture of tile.

Definition at line 61 of file pentominoes.cpp.


The documentation for this class was generated from the following file: