#include <Map2D.h>
Public Member Functions | |
virtual SharedPointer < Map2DPosVar > | makePosVar (string name) |
Map2D (void) | |
Map2D (int width, int height) | |
virtual void | setBounds (int width, int height) |
virtual | ~Map2D (void) |
Private Attributes | |
int | height |
int | width |
Map2D::Map2D | ( | void | ) |
Map2D::Map2D | ( | int | width, |
int | height | ||
) |
Map2D::~Map2D | ( | void | ) | [virtual] |
SharedPointer< Map2DPosVar > Map2D::makePosVar | ( | string | name | ) | [virtual] |
void Map2D::setBounds | ( | int | width, |
int | height | ||
) | [virtual] |
int momdp::Map2D::height [private] |
int momdp::Map2D::width [private] |