|
SUMO - Simulation of Urban MObility
|


Public Member Functions | |
| void | execute (const unsigned int lane, const unsigned int virtEdge) |
| executes a bresenham - step More... | |
| const std::map< NBEdge *, std::vector< unsigned int > > & | getBuiltConnections () const |
| ToEdgeConnectionsAdder (const EdgeVector &transitions) | |
| constructor More... | |
| ~ToEdgeConnectionsAdder () | |
| destructor More... | |
Private Member Functions | |
| ToEdgeConnectionsAdder & | operator= (const ToEdgeConnectionsAdder &) |
| Invalidated assignment operator. More... | |
| ToEdgeConnectionsAdder (const ToEdgeConnectionsAdder &) | |
| Invalidated copy constructor. More... | |
Private Attributes | |
| std::map< NBEdge *, std::vector< unsigned int > > | myConnections |
| map of edges to this edge's lanes that reach them More... | |
| const EdgeVector & | myTransitions |
| the transition from the virtual lane to the edge it belongs to More... | |
ToEdgeConnectionsAdder A class that being a bresenham-callback assigns the incoming lanes to the edges
|
inline |
|
inline |
|
private |
Invalidated copy constructor.
|
virtual |
executes a bresenham - step
Implements Bresenham::BresenhamCallBack.
Definition at line 87 of file NBEdge.cpp.
References NBEdge::myConnections.
|
inline |
Definition at line 1124 of file NBEdge.h.
References myConnections.
Referenced by NBEdge::divideSelectedLanesOnEdges().
|
private |
Invalidated assignment operator.
|
private |
map of edges to this edge's lanes that reach them
Definition at line 1108 of file NBEdge.h.
Referenced by getBuiltConnections().
|
private |