![]() |
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 382 of file GNEDemandElement.h.
|
inline |
constructor
Definition at line 385 of file GNEDemandElement.h.
|
inlineprivate |
default constructor (disabled)
Definition at line 400 of file GNEDemandElement.h.
const GNEEdge* GNEDemandElement::EdgeStopIndex::edge = nullptr |
edge (obtained from segment)
Definition at line 390 of file GNEDemandElement.h.
int GNEDemandElement::EdgeStopIndex::stopIndex = -1 |
stopIndex (-1 menans out of route)
Definition at line 396 of file GNEDemandElement.h.
std::vector<GNEDemandElement*> GNEDemandElement::EdgeStopIndex::stops |
list of stops placed in the edge
Definition at line 393 of file GNEDemandElement.h.