41 #ifdef CHECK_MEMORY_LEAKS
43 #endif // CHECK_MEMORY_LEAKS
57 const std::string&
id,
const std::vector<MSLane*>& destLanes,
58 const std::string& file) {
60 static_cast<GUINet&
>(net).getVisualisationSpeedUp().addAdditionalGLObject(lst);
67 std::vector<MSEdge*>& edges,
68 SUMOReal prob,
const std::string& file,
bool off) {
70 dynamic_cast<GUINet&>(net).getVisualisationSpeedUp());
77 const std::vector<std::string>& lines,
81 if (!net.addBusStop(stop)) {
83 throw InvalidArgument(
"Could not build bus stop '" +
id +
"'; probably declared twice.");
85 static_cast<GUINet&
>(net).getVisualisationSpeedUp().addAdditionalGLObject(stop);