SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
RORoutable.h File Reference
#include <config.h>
#include <string>
#include <iostream>
#include <utils/common/StdDefs.h>
#include <utils/common/SUMOTime.h>
#include <utils/vehicle/IntermodalRouter.h>
#include <utils/vehicle/SUMOVehicleParameter.h>
#include <utils/vehicle/SUMOVTypeParameter.h>
Include dependency graph for RORoutable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  RORoutable
 A routable thing such as a vehicle or person. More...
 

Typedefs

typedef std::vector< const
ROEdge * > 
ConstROEdgeVector
 
typedef IntermodalRouter
< ROEdge, ROLane, RONode,
ROVehicle
ROIntermodalRouter
 
typedef RouterProvider< ROEdge,
ROLane, RONode, ROVehicle
RORouterProvider
 

Detailed Description

Author
Michael Behrisch
Date
Oct 2015
Version
Id
RORoutable.h 20433 2016-04-13 08:00:14Z behrisch

Definition in file RORoutable.h.

Typedef Documentation

typedef std::vector<const ROEdge*> ConstROEdgeVector

Definition at line 48 of file RORoutable.h.

Definition at line 52 of file RORoutable.h.