#include <MapInflationTool.h>
Public Member Functions | |
CellData (double d, double i, unsigned int sx, unsigned int sy) | |
Public Attributes | |
double | distance |
unsigned int | index |
unsigned int | sx |
unsigned int | sy |
Definition at line 9 of file MapInflationTool.h.
CellData::CellData | ( | double | d, |
double | i, | ||
unsigned int | sx, | ||
unsigned int | sy | ||
) |
Definition at line 3 of file MapInflationTool.cpp.
double CellData::distance |
Definition at line 13 of file MapInflationTool.h.
unsigned int CellData::index |
Definition at line 14 of file MapInflationTool.h.
unsigned int CellData::sx |
Definition at line 15 of file MapInflationTool.h.
unsigned int CellData::sy |
Definition at line 15 of file MapInflationTool.h.