Generated on Thu Apr 11 13:59:40 2019 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 52 of file pentominoes.cpp.


Member Data Documentation

Width of tile.

Definition at line 54 of file pentominoes.cpp.

Height of tile.

Definition at line 55 of file pentominoes.cpp.

Number of tiles.

Definition at line 56 of file pentominoes.cpp.

const char* TileSpec::tile

Picture of tile.

Definition at line 57 of file pentominoes.cpp.


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