 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
19 #ifndef NGNetElements_h
20 #define NGNetElements_h
NGNode * getEndNode()
Returns this link's end node.
Base class for objects which have an id.
Instance responsible for building networks.
NBEdge * buildNBEdge(NBNetBuilder &nb) const
Builds and returns this link's netbuild-representation.
A netgen-representation of an edge.
NGNode * myStartNode
The node the edge starts at.
The representation of a single edge during network building.
NGNode * getStartNode()
Returns this link's start node.
NGNode * myEndNode
The node the edge ends at.
NGEdge(const std::string &id, NGNode *startNode, NGNode *endNode)
Constructor.
std::list< NGEdge * > NGEdgeList
A list of edges (edge pointers)
Represents a single node (junction) during network building.
A netgen-representation of a node.