Generated on Mon Aug 25 11:35:48 2008 for Gecode by doxygen 1.5.6

TileSpec Struct Reference

List of all members.


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

Definition at line 54 of file pentominoes.cc.

Definition at line 54 of file pentominoes.cc.

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: