PackingSpec Class Reference
List of all members.Detailed Description
Packing problem specification.
Definition at line 34 of file packing.cc.
Public Member Functions | |
| PackingSpec (int x0, int y0, const int s0[]) | |
Public Attributes | |
| int | x |
| int | y |
| int | n |
| const int * | s |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Definition at line 38 of file packing.cc. |
Member Data Documentation
|
|
Definition at line 36 of file packing.cc. |
|
|
Definition at line 36 of file packing.cc. |
|
|
Definition at line 37 of file packing.cc. |
|
|
Definition at line 37 of file packing.cc. |
The documentation for this class was generated from the following file:
- examples/packing.cc (Revision: 3517)
