Inherits
Example.
List of all members.
Detailed Description
Example: packing squares into a rectangle
Definition at line 81 of file packing.cc.
Constructor & Destructor Documentation
Packing::Packing |
( |
const Options & |
opt |
) |
[inline] |
Packing::Packing |
( |
bool |
share, |
|
|
Packing & |
s | |
|
) |
| | [inline] |
Constructor for cloning s.
Definition at line 173 of file packing.cc.
Member Function Documentation
virtual Space* Packing::copy |
( |
bool |
share |
) |
[inline, virtual] |
virtual void Packing::print |
( |
void |
|
) |
[inline, virtual] |
Member Data Documentation
Specification used.
Definition at line 84 of file packing.cc.
Array of x-coordinates of squares.
Definition at line 86 of file packing.cc.
Array of y-coordinates of squares.
Definition at line 88 of file packing.cc.
The documentation for this class was generated from the following file: