SUMO - Simulation of Urban MObility
|
A structure which describes a connection between edges or lanes. More...
#include <NBEdge.h>
Public Member Functions | |
Connection (int fromLane_, NBEdge *toEdge_, int toLane_) | |
Constructor. | |
std::string | getInternalLaneID () const |
~Connection () |
Data Fields | |
std::string | foeIncomingLanes |
std::vector< unsigned int > | foeInternalLinks |
int | fromLane |
The lane the connections starts at. | |
bool | haveVia |
std::string | id |
unsigned int | internalLaneIndex |
The lane index of this internal lane within the internal edge. | |
bool | mayDefinitelyPass |
Information about being definitely free to drive (on-ramps) | |
std::string | origID |
PositionVector | shape |
std::string | tlID |
The id of the traffic light that controls this connection. | |
unsigned int | tlLinkNo |
The index of this connection within the controlling traffic light. | |
NBEdge * | toEdge |
The edge the connections yields in. | |
int | toLane |
The lane the connections yields in. | |
std::string | viaID |
PositionVector | viaShape |
SUMOReal | viaVmax |
SUMOReal | vmax |
A structure which describes a connection between edges or lanes.
std::string NBEdge::Connection::getInternalLaneID | ( | ) | const |
Definition at line 74 of file NBEdge.cpp.
References internalLaneIndex, and toString().
Referenced by NWWriter_SUMO::writeConnection(), and NWWriter_OpenDrive::writeNetwork().
std::string NBEdge::Connection::foeIncomingLanes |
Definition at line 187 of file NBEdge.h.
Referenced by NBEdge::buildInnerEdges().
std::vector<unsigned int> NBEdge::Connection::foeInternalLinks |
Definition at line 186 of file NBEdge.h.
Referenced by NBEdge::buildInnerEdges().
int NBEdge::Connection::fromLane |
The lane the connections starts at.
Definition at line 162 of file NBEdge.h.
Referenced by NBEdge::addSidewalk(), NIXMLTrafficLightsHandler::addTlConnection(), NBEdge::buildInnerEdges(), NBTrafficLightDefinition::collectAllLinks(), NBEdge::connections_sorter(), NBEdge::connections_toedgelane_finder::operator()(), NBEdge::connections_finder::operator()(), NBEdge::connections_fromlane_finder::operator()(), NBEdge::removeFromConnections(), NWWriter_SUMO::writeConnection(), and NWWriter_OpenDrive::writeNetwork().
bool NBEdge::Connection::haveVia |
Definition at line 181 of file NBEdge.h.
Referenced by NBEdge::buildInnerEdges(), NWWriter_SUMO::writeInternalConnections(), and NWWriter_OpenDrive::writeNetwork().
std::string NBEdge::Connection::id |
Definition at line 177 of file NBEdge.h.
Referenced by NBEdge::buildInnerEdges(), and NWWriter_SUMO::writeInternalConnections().
unsigned int NBEdge::Connection::internalLaneIndex |
The lane index of this internal lane within the internal edge.
Definition at line 190 of file NBEdge.h.
Referenced by NBEdge::buildInnerEdges(), getInternalLaneID(), and NWWriter_SUMO::writeInternalConnections().
bool NBEdge::Connection::mayDefinitelyPass |
Information about being definitely free to drive (on-ramps)
Definition at line 172 of file NBEdge.h.
Referenced by NWWriter_SUMO::writeConnection().
PositionVector NBEdge::Connection::shape |
Definition at line 178 of file NBEdge.h.
Referenced by NBEdge::buildInnerEdges(), and NWWriter_OpenDrive::writeNetwork().
std::string NBEdge::Connection::tlID |
The id of the traffic light that controls this connection.
Definition at line 168 of file NBEdge.h.
Referenced by NIXMLTrafficLightsHandler::addTlConnection(), NBEdge::moveOutgoingConnectionsFrom(), NBNode::needsCont(), NBEdge::setControllingTLInformation(), and NWWriter_SUMO::writeConnection().
unsigned int NBEdge::Connection::tlLinkNo |
The index of this connection within the controlling traffic light.
Definition at line 170 of file NBEdge.h.
Referenced by NIXMLTrafficLightsHandler::addTlConnection(), NBEdge::setControllingTLInformation(), and NWWriter_SUMO::writeConnection().
NBEdge* NBEdge::Connection::toEdge |
The edge the connections yields in.
Definition at line 164 of file NBEdge.h.
Referenced by NIXMLTrafficLightsHandler::addTlConnection(), NIVissimTL::NIVissimTLSignal::addTo(), NBEdge::buildInnerEdges(), NBEdge::canMoveConnection(), NBTrafficLightDefinition::collectAllLinks(), NBLoadedTLDef::collectLinks(), NBEdge::connections_sorter(), NBEdge::moveConnectionToLeft(), NBEdge::moveConnectionToRight(), NBEdge::moveOutgoingConnectionsFrom(), NBEdge::connections_toedge_finder::operator()(), NBEdge::connections_toedgelane_finder::operator()(), NBEdge::connections_finder::operator()(), NBEdge::connections_relative_edgelane_sorter::operator()(), NBEdgeCont::recheckPostProcessConnections(), NBEdge::removeFromConnections(), NWWriter_SUMO::writeConnection(), NWWriter_SUMO::writeInternalConnections(), and NWWriter_OpenDrive::writeNetwork().
int NBEdge::Connection::toLane |
The lane the connections yields in.
Definition at line 166 of file NBEdge.h.
Referenced by NIXMLTrafficLightsHandler::addTlConnection(), NIVissimTL::NIVissimTLSignal::addTo(), NBEdge::buildInnerEdges(), NBEdge::canMoveConnection(), NBTrafficLightDefinition::collectAllLinks(), NBLoadedTLDef::collectLinks(), NBEdge::connections_sorter(), NBEdge::moveConnectionToLeft(), NBEdge::moveConnectionToRight(), NBEdge::moveOutgoingConnectionsFrom(), NBNode::needsCont(), NBEdge::connections_toedgelane_finder::operator()(), NBEdge::connections_finder::operator()(), NBEdge::connections_relative_edgelane_sorter::operator()(), NBEdge::removeFromConnections(), NWWriter_SUMO::writeConnection(), NWWriter_SUMO::writeInternalConnections(), and NWWriter_OpenDrive::writeNetwork().
std::string NBEdge::Connection::viaID |
Definition at line 182 of file NBEdge.h.
Referenced by NBEdge::buildInnerEdges(), and NWWriter_SUMO::writeInternalConnections().
PositionVector NBEdge::Connection::viaShape |
Definition at line 184 of file NBEdge.h.
Referenced by NBEdge::buildInnerEdges(), and NWWriter_OpenDrive::writeNetwork().
SUMOReal NBEdge::Connection::viaVmax |
Definition at line 183 of file NBEdge.h.
Referenced by NBEdge::buildInnerEdges().
SUMOReal NBEdge::Connection::vmax |
Definition at line 179 of file NBEdge.h.
Referenced by NBEdge::buildInnerEdges().