Eclipse SUMO - Simulation of Urban MObility
|
#include <AGStreet.h>
Public Member Functions | |
ROEdge * | buildEdge (const std::string &name, RONode *from, RONode *to, const int priority) |
Builds an edge with the given name. | |
Protected Member Functions | |
int | getNextIndex () |
Returns the index of the edge to built. | |
Private Attributes | |
int | myCurrentIndex |
The next edge's index. | |
Definition at line 52 of file AGStreet.h.
|
inlinevirtual |
Builds an edge with the given name.
[in] | name | The name of the edge |
[in] | from | The node the edge begins at |
[in] | to | The node the edge ends at |
[in] | priority | The edge priority (road class) |
Implements ROAbstractEdgeBuilder.
Definition at line 62 of file AGStreet.h.
References ROAbstractEdgeBuilder::getNextIndex().
|
inlineprotectedinherited |
Returns the index of the edge to built.
Definition at line 80 of file ROAbstractEdgeBuilder.h.
References ROAbstractEdgeBuilder::myCurrentIndex.
Referenced by buildEdge(), RODFEdgeBuilder::buildEdge(), RODUAEdgeBuilder::buildEdge(), ROJTREdgeBuilder::buildEdge(), and ROMAEdgeBuilder::buildEdge().
|
privateinherited |
The next edge's index.
Definition at line 87 of file ROAbstractEdgeBuilder.h.
Referenced by ROAbstractEdgeBuilder::getNextIndex().