org.gecode.gist.BoundingBox Class Reference
List of all members.Detailed Description
Definition at line 25 of file BoundingBox.java.
Public Member Functions | |
| BoundingBox (int l, int r, int d) | |
| String | toString () |
Public Attributes | |
| int | left |
| int | right |
| int | depth |
Constructor & Destructor Documentation
| org.gecode.gist.BoundingBox.BoundingBox | ( | int | l, | |
| int | r, | |||
| int | d | |||
| ) |
Definition at line 30 of file BoundingBox.java.
Member Function Documentation
| String org.gecode.gist.BoundingBox.toString | ( | ) |
Definition at line 36 of file BoundingBox.java.
Member Data Documentation
Definition at line 26 of file BoundingBox.java.
Definition at line 27 of file BoundingBox.java.
Definition at line 28 of file BoundingBox.java.
The documentation for this class was generated from the following file:
- org/gecode/gist/BoundingBox.java (Revision: 3796)
