1 #ifndef MAP_INFLATION_TOOL_H 2 #define MAP_INFLATION_TOOL_H 12 CellData(
double d,
double i,
unsigned int sx,
unsigned int sy);
30 void computeCaches(
unsigned int radius);
34 void enqueueObstacle(
unsigned int index,
unsigned int sx,
unsigned int sy);
35 inline double distanceLookup(
int mx,
int my,
int src_x,
int src_y);
36 inline signed char costLookup(
int mx,
int my,
int src_x,
int src_y);
CellData(double d, double i, unsigned int sx, unsigned int sy)