DepartPosDefinition
Possible ways to choose the departure position.
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
double & myDepartPos
departPos
Position getMovingAttributePosition(SumoXMLAttr key) const override
get moving attribute position
GNEMoveOperation * getMoveOperation()
get edge movable move operation for elements with
double getMovingAttributeDouble(SumoXMLAttr key) const override
get moving attribute double
void setMoveShape(const GNEMoveResult &moveResult) override
set move shape
PositionVector getMovingAttributePositionVector(SumoXMLAttr key) const override
get moving attribute positionVector
void setMovingAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList) override
set moving attribute (using undo-list)
void commitMoveShape(const GNEMoveResult &moveResult, GNEUndoList *undoList) override
commit move shape
GNEDemandElement * myPlanParent
planParent
void removeGeometryPoint(const Position clickedPosition, GNEUndoList *undoList) override
remove geometry point in the clicked position
std::string getMovingAttribute(SumoXMLAttr key) const override
get moving attribute
GNEMoveElementPlanParent & operator=(const GNEMoveElementPlanParent &src)=delete
Invalidated assignment operator.
DepartPosDefinition & myDepartPosProcedure
arrivalPos
~GNEMoveElementPlanParent()
Destructor.
GNEMoveElementPlanParent(const GNEMoveElementPlanParent &)=delete
Invalidated copy constructor.
bool isMovingAttributeValid(SumoXMLAttr key, const std::string &value) const override
check if the given moving attribute is valid
A point in 2D or 3D with translation and scaling methods.