Pol  Revision:cb584c9
Pol::Mobile::BoundingBox Class Reference

#include <boundbox.h>

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 29 of file boundbox.h.

Member Typedef Documentation

typedef std::vector<Area> Pol::Mobile::BoundingBox::Areas
private

Definition at line 37 of file boundbox.h.

Member Function Documentation

void Pol::Mobile::BoundingBox::addarea ( const Area area)

Definition at line 26 of file boundbox.cpp.

References areas.

bool Pol::Mobile::BoundingBox::contains ( unsigned short  x,
unsigned short  y 
) const

Definition at line 13 of file boundbox.cpp.

References areas.

bool Pol::Mobile::BoundingBox::read ( std::string  areadesc)

Member Data Documentation

Areas Pol::Mobile::BoundingBox::areas
private

Definition at line 38 of file boundbox.h.

Referenced by addarea(), and contains().


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