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. More... | |
Protected Member Functions | |
unsigned int | getNextIndex () |
Returns the index of the edge to built. More... | |
Definition at line 62 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 72 of file AGStreet.h.
References AGStreet::AGStreet(), and ROAbstractEdgeBuilder::getNextIndex().
|
inlineprotectedinherited |
Returns the index of the edge to built.
Definition at line 90 of file ROAbstractEdgeBuilder.h.
References ROAbstractEdgeBuilder::myCurrentIndex.
Referenced by buildEdge(), ROJTREdgeBuilder::buildEdge(), RODFEdgeBuilder::buildEdge(), ROMAEdgeBuilder::buildEdge(), and RODUAEdgeBuilder::buildEdge().