org.gecode.gist.ShapeList Class Reference
List of all members.Detailed Description
Definition at line 28 of file ShapeList.java.
Public Member Functions | |
| ShapeList (int theMinimalSeparation) | |
| ShapeList (Collection theShapes, int theMinimalSeparation) | |
| void | add (Shape theShape) |
| Shape | getMergedShape () |
| Iterator | offsetIterator () |
Constructor & Destructor Documentation
| org.gecode.gist.ShapeList.ShapeList | ( | int | theMinimalSeparation | ) |
Definition at line 47 of file ShapeList.java.
| org.gecode.gist.ShapeList.ShapeList | ( | Collection | theShapes, | |
| int | theMinimalSeparation | |||
| ) |
Definition at line 53 of file ShapeList.java.
Member Function Documentation
| void org.gecode.gist.ShapeList.add | ( | Shape | theShape | ) |
Definition at line 65 of file ShapeList.java.
| Shape org.gecode.gist.ShapeList.getMergedShape | ( | ) |
Definition at line 245 of file ShapeList.java.
| Iterator org.gecode.gist.ShapeList.offsetIterator | ( | ) |
Definition at line 253 of file ShapeList.java.
The documentation for this class was generated from the following file:
- org/gecode/gist/ShapeList.java (Revision: 3796)
