SUMO - Simulation of Urban MObility
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, ROVehicleROIntermodalRouter
 
typedef RouterProvider< ROEdge, ROLane, RONode, ROVehicleRORouterProvider
 

Detailed Description

Author
Michael Behrisch
Date
Oct 2015
Version
Id
RORoutable.h 23150 2017-02-27 12:08:30Z behrisch

Definition in file RORoutable.h.

Typedef Documentation

◆ ConstROEdgeVector

typedef std::vector<const ROEdge*> ConstROEdgeVector

Definition at line 48 of file RORoutable.h.

◆ ROIntermodalRouter

◆ RORouterProvider

Definition at line 52 of file RORoutable.h.