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