20 #ifndef NIVissimEdgePosMap_h 21 #define NIVissimEdgePosMap_h 46 void add(
int edgeid,
double pos);
47 void add(
int edgeid,
double from,
double to);
50 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)