17 #ifndef NIVissimEdgePosMap_h 18 #define NIVissimEdgePosMap_h 39 void add(
int edgeid,
double pos);
40 void add(
int edgeid,
double from,
double to);
43 typedef std::pair<double, double>
Range;
std::pair< double, double > Range
std::map< int, Range > ContType
void add(int edgeid, double pos)
void join(NIVissimEdgePosMap &with)