43 #ifdef CHECK_MEMORY_LEAKS
45 #endif // CHECK_MEMORY_LEAKS
59 const std::string&
id,
const std::vector<MSLane*>& destLanes,
60 const std::string& file) {
62 static_cast<GUINet&
>(net).getVisualisationSpeedUp().addAdditionalGLObject(lst);
70 SUMOReal prob,
const std::string& file,
bool off) {
72 dynamic_cast<GUINet&>(net).getVisualisationSpeedUp());
79 const std::vector<std::string>& lines,
85 throw InvalidArgument(
"Could not build bus stop '" +
id +
"'; probably declared twice.");
87 static_cast<GUINet&
>(net).getVisualisationSpeedUp().addAdditionalGLObject(stop);
92 const std::vector<std::string>& lines,
98 throw InvalidArgument(
"Could not build container stop '" +
id +
"'; probably declared twice.");
100 static_cast<GUINet&
>(net).getVisualisationSpeedUp().addAdditionalGLObject(stop);
107 const std::string& file,
108 const std::string& outfile,
112 static_cast<GUINet&
>(net).getVisualisationSpeedUp().addAdditionalGLObject(cali);
A lane area vehicles can halt at (gui-version)
virtual MSLaneSpeedTrigger * buildLaneSpeedTrigger(MSNet &net, const std::string &id, const std::vector< MSLane * > &destLanes, const std::string &file)
Builds a lane speed trigger.
Changes the speed allowed on a set of lanes (gui version)
Reroutes vehicles passing an edge One rerouter can be active on multiple edges. To reduce drawing loa...
virtual MSCalibrator * buildCalibrator(MSNet &net, const std::string &id, MSEdge *edge, SUMOReal pos, const std::string &file, const std::string &outfile, const SUMOTime freq, const MSRouteProbe *probe)
builds a microscopic calibrator
Writes routes of vehicles passing a certain edge.
~GUITriggerBuilder()
Destructor.
virtual void buildBusStop(MSNet &net, const std::string &id, const std::vector< std::string > &lines, MSLane *lane, SUMOReal frompos, SUMOReal topos)
Builds a bus stop.
The simulated network and simulation perfomer.
bool addBusStop(MSBusStop *busStop)
Adds a bus stop.
Changes the speed allowed on a set of lanes.
virtual MSTriggeredRerouter * buildRerouter(MSNet &net, const std::string &id, MSEdgeVector &edges, SUMOReal prob, const std::string &file, bool off)
builds an rerouter
virtual void buildContainerStop(MSNet &net, const std::string &id, const std::vector< std::string > &lines, MSLane *lane, SUMOReal frompos, SUMOReal topos)
Builds a container stop.
A road/street connecting two junctions.
GUITriggerBuilder()
Constructor.
bool addContainerStop(MSContainerStop *containerStop)
Adds a container stop.
Reroutes vehicles passing an edge.
A lane area vehicles can halt at (gui-version)
A MSNet extended by some values for usage within the gui.
Calibrates the flow on a segment to a specified one.
std::vector< MSEdge * > MSEdgeVector
Changes the speed allowed on a set of lanes (gui version)
Representation of a lane in the micro simulation.