 |
Eclipse SUMO - Simulation of Urban MObility
|
ConstROEdgeVector myIncoming
incoming edges
const ConstROEdgeVector & getOutgoing() const
Base class for objects which have an id.
A point in 2D or 3D with translation and scaling methods.
RONode & operator=(const RONode &src)
Invalidated assignment operator.
void addOutgoing(ROEdge *edge)
Position myPosition
This node's position.
void setPosition(const Position &p)
Sets the position of the node.
void addIncoming(ROEdge *edge)
A basic edge for routing applications.
RONode(const std::string &id)
Constructor.
std::vector< const ROEdge * > ConstROEdgeVector
const ConstROEdgeVector & getIncoming() const
RONode(const RONode &src)
Invalidated copy constructor.
Base class for nodes used by the router.
const Position & getPosition() const
Returns the position of the node.
std::vector< const ROEdge * > ConstROEdgeVector
ConstROEdgeVector myOutgoing
outgoing edges