49 virtual bool getPath(
float* potential,
double start_x,
double start_y,
double end_x,
double end_y, std::vector<std::pair<float, float> >& path) = 0;
PotentialCalculator * p_calc_
unsigned char lethal_cost_
virtual bool getPath(float *potential, double start_x, double start_y, double end_x, double end_y, std::vector< std::pair< float, float > > &path)=0
Traceback(PotentialCalculator *p_calc)
void setLethalCost(unsigned char lethal_cost)
int getIndex(int x, int y)
virtual void setSize(int xs, int ys)