![]() |
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(), GNEDetectorE1Instant::commitGeometryMoving(), GNEDetectorE2::commitGeometryMoving(), GNEDetectorEntryExit::commitGeometryMoving(), GNEStoppingPlace::commitGeometryMoving(), GNEDetectorE2::moveGeometry(), GNEStoppingPlace::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(), GNEDetectorE3::getCenteringBoundary(), GNEParkingArea::getCenteringBoundary(), GNEParkingSpace::getCenteringBoundary(), GNERerouter::getCenteringBoundary(), GNETAZ::getCenteringBoundary(), GNEVariableSpeedSign::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 GNEDetectorE3::commitGeometryMoving(), GNEParkingSpace::commitGeometryMoving(), GNERerouter::commitGeometryMoving(), GNETAZ::commitGeometryMoving(), GNEVariableSpeedSign::commitGeometryMoving(), GNEAccess::moveGeometry(), GNEDetectorE1::moveGeometry(), GNEDetectorE1Instant::moveGeometry(), GNEDetectorE2::moveGeometry(), GNEDetectorE3::moveGeometry(), GNEDetectorEntryExit::moveGeometry(), GNEParkingSpace::moveGeometry(), GNERerouter::moveGeometry(), GNEStoppingPlace::moveGeometry(), GNETAZ::moveGeometry(), GNEVariableSpeedSign::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 GNEDetectorE2::commitGeometryMoving(), GNEStoppingPlace::commitGeometryMoving(), GNEDetectorE2::moveGeometry(), GNEStoppingPlace::moveGeometry(), and GNEAdditional::startGeometryMoving().