15 for (
Iter it = m_map.begin(); it != m_map.end(); it++) {
16 if (it->second)
delete it->second;
23 return m_map.find(road) != m_map.end() ? m_map.at(road) : 0;
29 if (m_map.find(it->first) != m_map.end())
return true;
37 if (! it->second->GetOnOff())
continue;
38 if (m_map.find(it->first) != m_map.end())
return true;
43 void RoadMap::Add(
const int road,
const double weight,
const int count)
51 info->
Add(weight, count);
66 for (
RoadMap::Iter it = m_map.begin(); it != m_map.end(); it++) it->second->Scale(val);
77 info->
AddBG(weight, count);
92 for (
RoadMap::Iter it = m_map.begin(); it != m_map.end(); it++) it->second->ScaleBG(val);
void Add(const double weight, const int count=1)
double GetWeightBG() const
void AddBG(const double weight, const int count=1)
Class to hold a non-ordered set (i.e. map) of roads.
bool ContainEnabled(const RoadMap *map) const
InfoMap::const_iterator ConstIter
bool Contain(const RoadMap *map) const
void Add(const int road, const double weight, const int count=1)
RoadInfo * Find(const int road) const
void Scale(const double val)
void AddBG(const int road, const double weight, const int count=1)
void ScaleBG(const double val)