17 #ifndef EffortCalculator_h 18 #define EffortCalculator_h 33 virtual void init(
const std::vector<std::string>& edges) = 0;
34 virtual double getEffort(
const int edge)
const = 0;
35 virtual void update(
const int edge,
const int prev,
const double length) = 0;
virtual void init(const std::vector< std::string > &edges)=0
the effort calculator interface
virtual void update(const int edge, const int prev, const double length)=0
virtual double getEffort(const int edge) const =0