
#include <Beobot/Map.H>
Inheritance diagram for Map:

Definition at line 46 of file Map.H.
Public Member Functions | |
| Map () | |
| Constructor: generate a blank map. | |
| Map (std::string fileName) | |
| Constructor: retrieve the map from a file. | |
| virtual | ~Map () |
| Destructor. | |
| virtual bool | read (std::string fileName)=0 |
| read a map from a file | |
| virtual bool | write (std::string fileName)=0 |
| write a map to a file | |
| virtual Image< PixRGB< byte > > | getMapImage (uint w, uint h)=0 |
| returns an image representation of the map | |
|
|
Constructor: generate a blank map.
|
|
|
Constructor: retrieve the map from a file.
|
|
|
Destructor.
|
|
||||||||||||
|
returns an image representation of the map
Implemented in TopologicalMap. |
|
|
read a map from a file
Implemented in GridMap, and TopologicalMap. |
|
|
write a map to a file
Implemented in GridMap, and TopologicalMap. |
1.4.4