Eclipse 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/router/RouterProvider.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

Definition in file RORoutable.h.

Typedef Documentation

◆ ConstROEdgeVector

typedef std::vector<const ROEdge*> ConstROEdgeVector

Definition at line 40 of file RORoutable.h.

◆ ROIntermodalRouter

◆ RORouterProvider

Definition at line 42 of file RORoutable.h.