![]() |
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 55 of file GNEDemandElement.h.
std::string GNEDemandElement::DemandElementMove::firstOriginalLanePosition |
value for saving first original position over lane before moving
Definition at line 63 of file GNEDemandElement.h.
Referenced by GNEPersonStop::commitGeometryMoving(), GNEPersonTrip::commitGeometryMoving(), GNERide::commitGeometryMoving(), GNEStop::commitGeometryMoving(), GNEWalk::commitGeometryMoving(), GNEPersonStop::moveGeometry(), GNEPersonTrip::moveGeometry(), GNERide::moveGeometry(), GNEStop::moveGeometry(), GNEWalk::moveGeometry(), GNEPersonStop::startGeometryMoving(), GNEPersonTrip::startGeometryMoving(), GNERide::startGeometryMoving(), GNEStop::startGeometryMoving(), and GNEWalk::startGeometryMoving().
Boundary GNEDemandElement::DemandElementMove::movingGeometryBoundary |
boundary used during moving of elements (to avoid insertion in RTREE)
Definition at line 57 of file GNEDemandElement.h.
Referenced by GNEPersonStop::endGeometryMoving(), GNEPersonTrip::endGeometryMoving(), GNERide::endGeometryMoving(), GNEStop::endGeometryMoving(), GNEWalk::endGeometryMoving(), GNEPersonStop::getCenteringBoundary(), GNEStop::getCenteringBoundary(), GNEPersonStop::startGeometryMoving(), GNEPersonTrip::startGeometryMoving(), GNERide::startGeometryMoving(), GNEStop::startGeometryMoving(), and GNEWalk::startGeometryMoving().
Position GNEDemandElement::DemandElementMove::originalViewPosition |
value for saving first original position over lane before moving
Definition at line 60 of file GNEDemandElement.h.
Referenced by GNEPersonStop::moveGeometry(), GNEPersonTrip::moveGeometry(), GNERide::moveGeometry(), GNEStop::moveGeometry(), GNEWalk::moveGeometry(), GNEPersonStop::startGeometryMoving(), GNEPersonTrip::startGeometryMoving(), GNERide::startGeometryMoving(), GNEStop::startGeometryMoving(), and GNEWalk::startGeometryMoving().
std::string GNEDemandElement::DemandElementMove::secondOriginalPosition |
value for saving second original position over lane before moving
Definition at line 66 of file GNEDemandElement.h.
Referenced by GNEPersonStop::commitGeometryMoving(), GNEStop::commitGeometryMoving(), GNEPersonStop::moveGeometry(), GNEStop::moveGeometry(), GNEPersonStop::startGeometryMoving(), and GNEStop::startGeometryMoving().