org.gecode.gist.Shape Class Reference
List of all members.Detailed Description
Definition at line 30 of file Shape.java.
Public Member Functions | |
| Shape () | |
| Shape (Extent extent) | |
| Shape (Extent extent, Shape subShape) | |
| int | depth () |
| void | add (Extent Extent) |
| Extent | get (int i) |
| Iterator | iterator () |
| void | extend (int deltaL, int deltaR) |
| void | move (int delta) |
| Extent | getExtentAtDepth (int depth) |
| BoundingBox | getBoundingBox () |
| String | toString () |
Constructor & Destructor Documentation
| org.gecode.gist.Shape.Shape | ( | ) |
Definition at line 34 of file Shape.java.
| org.gecode.gist.Shape.Shape | ( | Extent | extent | ) |
Definition at line 38 of file Shape.java.
Definition at line 43 of file Shape.java.
Member Function Documentation
| int org.gecode.gist.Shape.depth | ( | ) |
Definition at line 53 of file Shape.java.
| void org.gecode.gist.Shape.add | ( | Extent | Extent | ) |
Definition at line 57 of file Shape.java.
| Extent org.gecode.gist.Shape.get | ( | int | i | ) |
Definition at line 61 of file Shape.java.
| Iterator org.gecode.gist.Shape.iterator | ( | ) |
Definition at line 65 of file Shape.java.
| void org.gecode.gist.Shape.extend | ( | int | deltaL, | |
| int | deltaR | |||
| ) |
Definition at line 69 of file Shape.java.
| void org.gecode.gist.Shape.move | ( | int | delta | ) |
Definition at line 75 of file Shape.java.
| Extent org.gecode.gist.Shape.getExtentAtDepth | ( | int | depth | ) |
Definition at line 81 of file Shape.java.
| BoundingBox org.gecode.gist.Shape.getBoundingBox | ( | ) |
Definition at line 99 of file Shape.java.
| String org.gecode.gist.Shape.toString | ( | ) |
Definition at line 119 of file Shape.java.
The documentation for this class was generated from the following file:
- org/gecode/gist/Shape.java (Revision: 3796)
