Pol  Rev 533
BoundingBox Class Reference

#include <boundbox.h>

+ Collaboration diagram for BoundingBox:

List of all members.

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< AreaAreas

Private Attributes

Areas areas

Detailed Description

Definition at line 28 of file boundbox.h.


Member Typedef Documentation

typedef std::vector<Area> BoundingBox::Areas [private]

Definition at line 35 of file boundbox.h.


Member Function Documentation

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)

Member Data Documentation

Definition at line 36 of file boundbox.h.

Referenced by addarea(), and contains().


The documentation for this class was generated from the following files: