#include <NapalmMap.h>
Public Member Functions | |
| NapalmMap () | |
| virtual | ~NapalmMap () |
| void | create (int width, int height) |
| fixed & | getNapalmHeight (int w, int h) |
Protected Member Functions | |
| void | clear () |
Protected Attributes | |
| fixed * | entries_ |
| int | width_ |
| int | height_ |
Definition at line 26 of file NapalmMap.h.
| NapalmMap::NapalmMap | ( | ) |
Definition at line 25 of file NapalmMap.cpp.
| NapalmMap::~NapalmMap | ( | ) | [virtual] |
| void NapalmMap::create | ( | int | width, | |
| int | height | |||
| ) |
Definition at line 49 of file NapalmMap.cpp.
References clear(), entries_, height_, and width_.
Referenced by GroundMaps::generateMaps().
| fixed & NapalmMap::getNapalmHeight | ( | int | w, | |
| int | h | |||
| ) |
Definition at line 35 of file NapalmMap.cpp.
References DIALOG_ASSERT, entries_, height_, and width_.
Referenced by GroundMaps::getNapalmHeight().
| void NapalmMap::clear | ( | ) | [protected] |
fixed* NapalmMap::entries_ [protected] |
Definition at line 36 of file NapalmMap.h.
Referenced by clear(), create(), getNapalmHeight(), and ~NapalmMap().
int NapalmMap::width_ [protected] |
int NapalmMap::height_ [protected] |
1.5.3