Private Attributes |
std::map< NBEdge
*, std::vector< unsigned int > > | myConnections |
| map of edges to this edge's lanes that reach them
|
const EdgeVector & | myTransitions |
| the transition from the virtual lane to the edge it belongs to
|
Detailed Description
ToEdgeConnectionsAdder A class that being a bresenham-callback assigns the incoming lanes to the edges
Definition at line 1060 of file NBEdge.h.
Constructor & Destructor Documentation
NBEdge::ToEdgeConnectionsAdder::ToEdgeConnectionsAdder |
( |
const EdgeVector & |
transitions | ) |
|
|
inline |
NBEdge::ToEdgeConnectionsAdder::~ToEdgeConnectionsAdder |
( |
| ) |
|
|
inline |
Invalidated copy constructor.
Member Function Documentation
void NBEdge::ToEdgeConnectionsAdder::execute |
( |
const unsigned int |
lane, |
|
|
const unsigned int |
virtEdge |
|
) |
| |
|
virtual |
const std::map<NBEdge*, std::vector<unsigned int> >& NBEdge::ToEdgeConnectionsAdder::getBuiltConnections |
( |
| ) |
const |
|
inline |
Invalidated assignment operator.
Field Documentation
std::map<NBEdge*, std::vector<unsigned int> > NBEdge::ToEdgeConnectionsAdder::myConnections |
|
private |
const EdgeVector& NBEdge::ToEdgeConnectionsAdder::myTransitions |
|
private |
the transition from the virtual lane to the edge it belongs to
Definition at line 1066 of file NBEdge.h.
The documentation for this class was generated from the following files: