10 typedef std::vector<RoadInfo*> InfoVec;
17 int Size()
const {
return m_vec.size(); }
Base class to hold a set (list or map) of roads.
Class to hold an ordered set (i.e. vector) of roads.
void SortByFoM()
Sort the list by Figure of Merit, i.e. "signal / sqrt(bg)".
const RoadInfo * Get(int i) const
Class to hold a non-ordered set (i.e. map) of roads.