Eclipse SUMO - Simulation of Urban MObility
|
Interface for building instances of duarouter-edges. More...
#include <RODUAEdgeBuilder.h>
Public Member Functions | |
RODUAEdgeBuilder () | |
Constructor. | |
~RODUAEdgeBuilder () | |
Destructor. | |
Methods to be implemented, inherited from ROAbstractEdgeBuilder | |
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. | |
Interface for building instances of duarouter-edges.
This ROAbstractEdgeBuilder implementation builds edges for the duarouter (instances of ROEdge).
Definition at line 48 of file RODUAEdgeBuilder.h.
RODUAEdgeBuilder::RODUAEdgeBuilder | ( | ) |
Constructor.
Definition at line 32 of file RODUAEdgeBuilder.cpp.
RODUAEdgeBuilder::~RODUAEdgeBuilder | ( | ) |
Destructor.
Definition at line 36 of file RODUAEdgeBuilder.cpp.
|
virtual |
Builds an edge with the given name.
This implementation builds a ROEdge.
[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 40 of file RODUAEdgeBuilder.cpp.
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 AGStreet::Builder::buildEdge(), RODFEdgeBuilder::buildEdge(), buildEdge(), ROJTREdgeBuilder::buildEdge(), and ROMAEdgeBuilder::buildEdge().
|
privateinherited |
The next edge's index.
Definition at line 87 of file ROAbstractEdgeBuilder.h.
Referenced by ROAbstractEdgeBuilder::getNextIndex().