SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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
Version
Id
RONode.h 20433 2016-04-13 08:00:14Z behrisch

Definition in file RONode.h.

Typedef Documentation

typedef std::vector<const ROEdge*> ConstROEdgeVector

Definition at line 42 of file RONode.h.