|
Pol
Rev 533
|
#include <boundbox.h>
Collaboration diagram for BoundingBox:Public Member Functions | |
| void | addarea (const Area &area) |
| bool | contains (unsigned short x, unsigned short y) const |
| bool | read (std::string areadesc) |
Private Types | |
| typedef std::vector< Area > | Areas |
Private Attributes | |
| Areas | areas |
Definition at line 28 of file boundbox.h.
typedef std::vector<Area> BoundingBox::Areas [private] |
Definition at line 35 of file boundbox.h.
| void BoundingBox::addarea | ( | const Area & | area | ) |
Definition at line 28 of file boundbox.cpp.
References areas.
| bool BoundingBox::contains | ( | unsigned short | x, |
| unsigned short | y | ||
| ) | const |
Definition at line 15 of file boundbox.cpp.
References areas.
| bool BoundingBox::read | ( | std::string | areadesc | ) |
Areas BoundingBox::areas [private] |
Definition at line 36 of file boundbox.h.
Referenced by addarea(), and contains().