![]() |
Eclipse SUMO - Simulation of Urban MObility
|
move result More...
#include <GNEMoveElement.h>
Public Member Functions | |
GNEMoveResult () | |
constructor More... | |
~GNEMoveResult () | |
destructor More... | |
Data Fields | |
std::vector< int > | geometryPointsToMove |
shape points to move (of shapeToMove) More... | |
PositionVector | shapeToUpdate |
shape to update (edited in moveElement) More... | |
Private Member Functions | |
GNEMoveResult (const GNEMoveResult &)=delete | |
Invalidated copy constructor. More... | |
move result
Definition at line 102 of file GNEMoveElement.h.
GNEMoveResult::GNEMoveResult | ( | ) |
constructor
Definition at line 90 of file GNEMoveElement.cpp.
GNEMoveResult::~GNEMoveResult | ( | ) |
destructor
Definition at line 93 of file GNEMoveElement.cpp.
|
privatedelete |
Invalidated copy constructor.
std::vector<int> GNEMoveResult::geometryPointsToMove |
shape points to move (of shapeToMove)
Definition at line 115 of file GNEMoveElement.h.
Referenced by GNEMoveElement::commitMove(), GNEEdge::commitMoveShape(), GNEMoveElement::moveElement(), and GNEEdge::setMoveShape().
PositionVector GNEMoveResult::shapeToUpdate |
shape to update (edited in moveElement)
Definition at line 112 of file GNEMoveElement.h.
Referenced by GNEMoveElement::commitMove(), GNEAccess::commitMoveShape(), GNEDetector::commitMoveShape(), GNEDetectorE3::commitMoveShape(), GNEParkingSpace::commitMoveShape(), GNEPOI::commitMoveShape(), GNEPoly::commitMoveShape(), GNERerouter::commitMoveShape(), GNEStoppingPlace::commitMoveShape(), GNETAZ::commitMoveShape(), GNEVariableSpeedSign::commitMoveShape(), GNEConnection::commitMoveShape(), GNECrossing::commitMoveShape(), GNEEdge::commitMoveShape(), GNEJunction::commitMoveShape(), GNEMoveElement::moveElement(), GNEAccess::setMoveShape(), GNEDetector::setMoveShape(), GNEDetectorE3::setMoveShape(), GNEParkingSpace::setMoveShape(), GNEPOI::setMoveShape(), GNEPoly::setMoveShape(), GNERerouter::setMoveShape(), GNEStoppingPlace::setMoveShape(), GNETAZ::setMoveShape(), GNEVariableSpeedSign::setMoveShape(), GNEConnection::setMoveShape(), GNECrossing::setMoveShape(), GNEEdge::setMoveShape(), and GNEJunction::setMoveShape().