Gecode::Gist::BoundingBox Class Reference
Bounding box. More...
#include <visualnode.hh>
Public Member Functions | |
| BoundingBox (int l, int r) | |
| Constructor. | |
| BoundingBox (void) | |
| Default constructor. | |
Public Attributes | |
| int | left |
| Left coordinate. | |
| int | right |
| Right coordinate. | |
Detailed Description
Bounding box.Definition at line 48 of file visualnode.hh.
Constructor & Destructor Documentation
| Gecode::Gist::BoundingBox::BoundingBox | ( | int | l, | |
| int | r | |||
| ) | [inline] |
| Gecode::Gist::BoundingBox::BoundingBox | ( | void | ) | [inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- gecode/gist/visualnode.hh (Revision: 9076)
- gecode/gist/visualnode.hpp (Revision: 9076)
