![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for pack all variables related with additional move More...
#include <GNEAdditional.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... | |
Private Member Functions | |
AdditionalMove & | operator= (const AdditionalMove &other)=delete |
Invalidated assignment operator. More... | |
struct for pack all variables related with additional move
Definition at line 286 of file GNEAdditional.h.
|
privatedelete |
Invalidated assignment operator.
std::string GNEAdditional::AdditionalMove::firstOriginalLanePosition |
value for saving first original position over lane before moving
Definition at line 294 of file GNEAdditional.h.
Referenced by GNEAccess::commitGeometryMoving(), GNEDetectorE1::commitGeometryMoving(), GNEDetectorEntryExit::commitGeometryMoving(), GNEDetectorE1Instant::commitGeometryMoving(), GNEStoppingPlace::commitGeometryMoving(), GNEDetectorE2::commitGeometryMoving(), GNEStoppingPlace::moveGeometry(), GNEDetectorE2::moveGeometry(), and GNEAdditional::startGeometryMoving().
Boundary GNEAdditional::AdditionalMove::movingGeometryBoundary |
boundary used during moving of elements (to avoid insertion in RTREE
Definition at line 288 of file GNEAdditional.h.
Referenced by GNEAdditional::endGeometryMoving(), GNEParkingArea::getCenteringBoundary(), GNETAZ::getCenteringBoundary(), GNEDetectorE3::getCenteringBoundary(), GNEParkingSpace::getCenteringBoundary(), GNEVariableSpeedSign::getCenteringBoundary(), GNERerouter::getCenteringBoundary(), GNEAdditional::startGeometryMoving(), and GNEParkingArea::updateGeometry().
Position GNEAdditional::AdditionalMove::originalViewPosition |
value for saving first original position over lane before moving
Definition at line 291 of file GNEAdditional.h.
Referenced by GNETAZ::commitGeometryMoving(), GNEDetectorE3::commitGeometryMoving(), GNEParkingSpace::commitGeometryMoving(), GNEVariableSpeedSign::commitGeometryMoving(), GNERerouter::commitGeometryMoving(), GNETAZ::moveGeometry(), GNEDetectorE3::moveGeometry(), GNEParkingSpace::moveGeometry(), GNEVariableSpeedSign::moveGeometry(), GNERerouter::moveGeometry(), GNEAccess::moveGeometry(), GNEDetectorE1::moveGeometry(), GNEDetectorEntryExit::moveGeometry(), GNEDetectorE1Instant::moveGeometry(), GNEStoppingPlace::moveGeometry(), GNEDetectorE2::moveGeometry(), and GNEAdditional::startGeometryMoving().
std::string GNEAdditional::AdditionalMove::secondOriginalPosition |
value for saving second original position over lane before moving
Definition at line 297 of file GNEAdditional.h.
Referenced by GNEStoppingPlace::commitGeometryMoving(), GNEDetectorE2::commitGeometryMoving(), GNEStoppingPlace::moveGeometry(), GNEDetectorE2::moveGeometry(), and GNEAdditional::startGeometryMoving().