![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for pack all variables related with Demand Element moving More...
#include <GNEDemandElement.h>
Data Fields | |
std::string | firstOriginalLanePosition |
value for saving first original position over lane before moving More... | |
Boundary | movingGeometryBoundary |
boundary used during moving of elements (to avoid insertion in RTREE) More... | |
Position | originalViewPosition |
value for saving first original position over lane before moving More... | |
std::string | secondOriginalPosition |
value for saving second original position over lane before moving More... | |
struct for pack all variables related with Demand Element moving
Definition at line 155 of file GNEDemandElement.h.
std::string GNEDemandElement::DemandElementMove::firstOriginalLanePosition |
value for saving first original position over lane before moving
Definition at line 163 of file GNEDemandElement.h.
Referenced by GNEStop::commitGeometryMoving(), GNERide::commitGeometryMoving(), GNEPersonTrip::commitGeometryMoving(), GNEWalk::commitGeometryMoving(), GNEStop::moveGeometry(), GNERide::moveGeometry(), GNEPersonTrip::moveGeometry(), GNEWalk::moveGeometry(), GNEStop::startGeometryMoving(), GNERide::startGeometryMoving(), GNEPersonTrip::startGeometryMoving(), and GNEWalk::startGeometryMoving().
Boundary GNEDemandElement::DemandElementMove::movingGeometryBoundary |
boundary used during moving of elements (to avoid insertion in RTREE)
Definition at line 157 of file GNEDemandElement.h.
Referenced by GNEStop::endGeometryMoving(), GNERide::endGeometryMoving(), GNEPersonTrip::endGeometryMoving(), GNEWalk::endGeometryMoving(), GNEStop::getCenteringBoundary(), GNEStop::startGeometryMoving(), GNERide::startGeometryMoving(), GNEPersonTrip::startGeometryMoving(), and GNEWalk::startGeometryMoving().
Position GNEDemandElement::DemandElementMove::originalViewPosition |
value for saving first original position over lane before moving
Definition at line 160 of file GNEDemandElement.h.
Referenced by GNEStop::moveGeometry(), GNERide::moveGeometry(), GNEPersonTrip::moveGeometry(), GNEWalk::moveGeometry(), GNEStop::startGeometryMoving(), GNERide::startGeometryMoving(), GNEPersonTrip::startGeometryMoving(), and GNEWalk::startGeometryMoving().
std::string GNEDemandElement::DemandElementMove::secondOriginalPosition |
value for saving second original position over lane before moving
Definition at line 166 of file GNEDemandElement.h.
Referenced by GNEStop::commitGeometryMoving(), GNEStop::moveGeometry(), and GNEStop::startGeometryMoving().