#include <map.h>
Public Member Functions | |
| Map (const uint w, const uint h) | |
| void | setAt (int x, int y, float value) |
| float | getAt (int x, int y) const |
| bool | save (const string &file) |
| uint | getW () const |
| uint | getH () const |
| Map * | crop (const uint w, const uint h) const |
| int * | toIntArray () const |
Private Attributes | |
| uint | _w |
| uint | _h |
| float ** | _map |
Definition at line 43 of file mapgen/map.h.
1.4.2