34 #ifdef CHECK_MEMORY_LEAKS
36 #endif // CHECK_MEMORY_LEAKS
41 const std::string& name,
const std::string& category,
SUMOReal length,
43 : myID(id), myName(name), myCategory(category), myLength(length),
44 myColor(color), myAMax(amax), myDMax(dmax) {}
53 const std::string& name,
const std::string& category,
SUMOReal length,
56 length, color, amax, dmax);
67 DictType::iterator i =
myDict.find(
id);
78 DictType::iterator i =
myDict.find(
id);
87 for (DictType::iterator i =
myDict.begin(); i !=
myDict.end(); i++) {
static bool dictionary(int id, const std::string &name, const std::string &category, SUMOReal length, const RGBColor &color, SUMOReal amax, SUMOReal dmax)
NIVissimVehicleType(int id, const std::string &name, const std::string &category, SUMOReal length, const RGBColor &color, SUMOReal amax, SUMOReal dmax)
std::map< int, NIVissimVehicleType * > DictType