 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
62 void setFlows(
const std::vector<FlowDef>& flows);
64 const std::vector<FlowDef>&
getFlows()
const;
const std::vector< FlowDef > & getFlows() const
A single lane the router may use.
void setFlows(const std::vector< FlowDef > &flows)
RODFEdge(const RODFEdge &src)
Invalidated copy constructor.
std::vector< FlowDef > myFlows
RODFEdge(const std::string &id, RONode *from, RONode *to, int index, const int priority)
Constructor.
RODFEdge & operator=(const RODFEdge &src)
Invalidated assignment operator.
A basic edge for routing applications.
Base class for nodes used by the router.