Eclipse SUMO - Simulation of Urban MObility
RONode.h File Reference
#include <config.h>
#include <string>
#include <vector>
#include <utils/common/Named.h>
#include <utils/geom/Position.h>
Include dependency graph for RONode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  RONode
 Base class for nodes used by the router. More...
 

Typedefs

typedef std::vector< const ROEdge * > ConstROEdgeVector
 

Detailed Description

Author
Daniel Krajzewicz
Michael Behrisch
Date
Sept 2002

Definition in file RONode.h.

Typedef Documentation

◆ ConstROEdgeVector

typedef std::vector<const ROEdge*> ConstROEdgeVector

Definition at line 34 of file RONode.h.