#include <MapFunction.h>
Inheritance diagram for Impala::Visualization::MapFunction:
Public Member Functions | |
MapFunction (int width, int height) | |
virtual void | ShotToXY (int shot, int *x, int *y)=0 |
virtual int | XYToShot (int x, int y)=0 |
virtual int | GetNrShots ()=0 |
int | GetWidth () |
int | GetHeight () |
Protected Attributes | |
int | mWidth |
int | mHeight |
Definition at line 11 of file MapFunction.h.