Generated on Mon May 10 06:46:53 2010 for Gecode by doxygen 1.6.3

TileSpec Struct Reference

Specification of one tile. More...

List of all members.

Public Attributes

int width
int height
int amount
const char * 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

Definition at line 57 of file pentominoes.cpp.

Definition at line 57 of file pentominoes.cpp.

Definition at line 58 of file pentominoes.cpp.

const char* TileSpec::tile

Definition at line 59 of file pentominoes.cpp.


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