44 add(edgeid, pos, pos);
55 ContType::iterator i =
myCont.find(edgeid);
59 double pfrom = (*i).second.first;
60 double pto = (*i).second.second;
74 for (ContType::iterator i = with.
myCont.begin(); i != with.
myCont.end(); i++) {
75 add((*i).first, (*i).second.first, (*i).second.second);
std::pair< double, double > Range
void add(int edgeid, double pos)
void join(NIVissimEdgePosMap &with)