#include <RODFRouteDesc.h>
Definition at line 51 of file RODFRouteDesc.h.
Data Fields | |
| SUMOReal | distance |
| SUMOReal | distance2Last |
| SUMOTime | duration2Last |
| SUMOReal | duration_2 |
| std::vector< ROEdge * > | edges2Pass |
| The edges the route is made of. | |
| const ROEdge * | endDetectorEdge |
| SUMOReal | factor |
| const ROEdge * | lastDetectorEdge |
| SUMOReal | overallProb |
| int | passedNo |
| std::string | routename |
| The name of the route. | |
| SUMOReal RODFRouteDesc::distance |
Definition at line 57 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().
| SUMOReal RODFRouteDesc::distance2Last |
Definition at line 61 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), RODFNet::computeRoutesFor(), and RODFRouteCont::by_distance_sorter::operator()().
Definition at line 62 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().
| SUMOReal RODFRouteDesc::duration_2 |
Definition at line 56 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), RODFNet::computeRoutesFor(), and RODFNet::DFRouteDescByTimeComperator::operator()().
| std::vector<ROEdge*> RODFRouteDesc::edges2Pass |
The edges the route is made of.
Definition at line 53 of file RODFRouteDesc.h.
Referenced by RODFRouteCont::addAllEndFollower(), RODFNet::buildRoutes(), RODFDetector::computeDistanceFactor(), RODFNet::computeRoutesFor(), RODFDetector::computeSplitProbabilities(), RODFRouteCont::route_finder::operator()(), RODFRouteCont::removeIllegal(), and RODFRouteCont::save().
Definition at line 59 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().
| SUMOReal RODFRouteDesc::factor |
Definition at line 65 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().
Definition at line 60 of file RODFRouteDesc.h.
Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().
| SUMOReal RODFRouteDesc::overallProb |
Definition at line 64 of file RODFRouteDesc.h.
Referenced by RODFRouteCont::addRouteDesc(), and RODFNet::buildRoutes().
| std::string RODFRouteDesc::routename |
The name of the route.
Definition at line 55 of file RODFRouteDesc.h.
Referenced by RODFDetector::computeSplitProbabilities(), and RODFRouteCont::save().
1.5.6