![]() |
SUMO - Simulation of Urban MObility
|
A route within the DFROUTER. More...
#include <RODFRouteDesc.h>

Data Fields | |
| double | distance |
| double | distance2Last |
| SUMOTime | duration2Last |
| double | duration_2 |
| ROEdgeVector | edges2Pass |
| The edges the route is made of. More... | |
| const ROEdge * | endDetectorEdge |
| double | factor |
| const ROEdge * | lastDetectorEdge |
| double | overallProb |
| int | passedNo |
| std::string | routename |
| The name of the route. More... | |
A route within the DFROUTER.
Definition at line 53 of file RODFRouteDesc.h.
| double RODFRouteDesc::distance |
Definition at line 59 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().
| double RODFRouteDesc::distance2Last |
Definition at line 63 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), RODFNet::computeRoutesFor(), and RODFRouteCont::by_distance_sorter::operator()().
| SUMOTime RODFRouteDesc::duration2Last |
Definition at line 64 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().
| double RODFRouteDesc::duration_2 |
Definition at line 58 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), RODFNet::computeRoutesFor(), and RODFNet::DFRouteDescByTimeComperator::operator()().
| ROEdgeVector RODFRouteDesc::edges2Pass |
The edges the route is made of.
Definition at line 55 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), RODFDetector::computeDistanceFactor(), RODFNet::computeRoutesFor(), RODFDetector::computeSplitProbabilities(), RODFRouteCont::route_finder::operator()(), RODFRouteCont::removeIllegal(), RODFRouteCont::save(), and RODFRouteCont::setID().
| const ROEdge* RODFRouteDesc::endDetectorEdge |
Definition at line 61 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().
| double RODFRouteDesc::factor |
Definition at line 67 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().
| const ROEdge* RODFRouteDesc::lastDetectorEdge |
Definition at line 62 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().
| double RODFRouteDesc::overallProb |
Definition at line 66 of file RODFRouteDesc.h.
Referenced by RODFRouteCont::addRouteDesc(), and RODFNet::buildRoutes().
| int RODFRouteDesc::passedNo |
Definition at line 60 of file RODFRouteDesc.h.
Referenced by RODFNet::computeRoutesFor().
| std::string RODFRouteDesc::routename |
The name of the route.
Definition at line 57 of file RODFRouteDesc.h.
Referenced by RODFDetector::computeSplitProbabilities(), RODFRouteCont::save(), and RODFRouteCont::setID().