![]() |
Eclipse SUMO - Simulation of Urban MObility
|
auxiliar struct used for calculate pathStopIndex More...
#include <GNEDemandElement.h>
Public Member Functions | |
| EdgeStopIndex (GNEEdge *edge_, GNEDemandElement *stop) | |
| constructor | |
Data Fields | |
| const GNEEdge * | edge = nullptr |
| edge (obtained from segment) | |
| int | stopIndex = -1 |
| stopIndex (-1 menans out of route) | |
| std::vector< GNEDemandElement * > | stops |
| list of stops placed in the edge | |
Private Member Functions | |
| EdgeStopIndex () | |
| default constructor (disabled) | |
auxiliar struct used for calculate pathStopIndex
Definition at line 322 of file GNEDemandElement.h.
|
inline |
constructor
Definition at line 325 of file GNEDemandElement.h.
|
inlineprivate |
default constructor (disabled)
Definition at line 340 of file GNEDemandElement.h.
| const GNEEdge* GNEDemandElement::EdgeStopIndex::edge = nullptr |
edge (obtained from segment)
Definition at line 330 of file GNEDemandElement.h.
| int GNEDemandElement::EdgeStopIndex::stopIndex = -1 |
stopIndex (-1 menans out of route)
Definition at line 336 of file GNEDemandElement.h.
| std::vector<GNEDemandElement*> GNEDemandElement::EdgeStopIndex::stops |
list of stops placed in the edge
Definition at line 333 of file GNEDemandElement.h.