45 #ifdef CHECK_MEMORY_LEAKS 47 #endif // CHECK_MEMORY_LEAKS 75 const std::string& streetName,
const std::string& edgeType,
const int priority) {
GUIEdgeControlBuilder()
Constructor.
virtual MSLane * addLane(const std::string &id, SUMOReal maxSpeed, SUMOReal length, const PositionVector &shape, SUMOReal width, SVCPermissions permissions)
Builds and adds a lane.
unsigned int myCurrentNumericalLaneID
A running number for lane numbering.
EdgeBasicFunction
Defines possible edge types.
MSEdge * myActiveEdge
pointer to the currently chosen edge
unsigned int myCurrentNumericalEdgeID
A running number for edge numbering.
MSEdge * buildEdge(const std::string &id, const MSEdge::EdgeBasicFunction function, const std::string &streetName, const std::string &edgeType, const int priority)
Builds an edge instance (GUIEdge in this case)
Representation of a lane in the micro simulation (gui-version)
A road/street connecting two junctions (gui-version)
A road/street connecting two junctions.
std::vector< MSLane * > * myLaneStorage
pointer to a temporary lane storage
~GUIEdgeControlBuilder()
Destructor.
Representation of a lane in the micro simulation.
Interface for building edges.