Eclipse SUMO - Simulation of Urban MObility
GNEParkingAreaReroute.h
Go to the documentation of this file.
1 /****************************************************************************/
2 // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3 // Copyright (C) 2001-2019 German Aerospace Center (DLR) and others.
4 // This program and the accompanying materials
5 // are made available under the terms of the Eclipse Public License v2.0
6 // which accompanies this distribution, and is available at
7 // http://www.eclipse.org/legal/epl-v20.html
8 // SPDX-License-Identifier: EPL-2.0
9 /****************************************************************************/
14 //
15 /****************************************************************************/
16 #ifndef GNEParkingAreaReroute_h
17 #define GNEParkingAreaReroute_h
18 
19 
20 // ===========================================================================
21 // included modules
22 // ===========================================================================
23 
24 #include "GNEAdditional.h"
25 
26 // ===========================================================================
27 // class declarations
28 // ===========================================================================
29 
30 class GNEEdge;
33 class GNEParkingArea;
34 
35 // ===========================================================================
36 // class definitions
37 // ===========================================================================
43 
44 public:
46  GNEParkingAreaReroute(GNERerouterIntervalDialog* rerouterIntervalDialog);
47 
49  GNEParkingAreaReroute(GNEAdditional* rerouterIntervalParent, GNEAdditional* newParkingArea, double probability, bool visible);
50 
53 
56 
59  void moveGeometry(const Position& offset);
60 
64  void commitGeometryMoving(GNEUndoList* undoList);
65 
67  void updateGeometry();
68 
71 
74 
76  void splitEdgeGeometry(const double splitPosition, const GNENetElement* originalElement, const GNENetElement* newElement, GNEUndoList* undoList);
78 
81 
84  std::string getParentName() const;
85 
90  void drawGL(const GUIVisualizationSettings& s) const;
92 
95  /* @brief method for getting the Attribute of an XML key
96  * @param[in] key The attribute key
97  * @return string with the value associated to key
98  */
99  std::string getAttribute(SumoXMLAttr key) const;
100 
101  /* @brief method for getting the Attribute of an XML key in double format (to avoid unnecessary parse<double>(...) for certain attributes)
102  * @param[in] key The attribute key
103  * @return double with the value associated to key
104  */
105  double getAttributeDouble(SumoXMLAttr key) const;
106 
107  /* @brief method for setting the attribute and letting the object perform additional changes
108  * @param[in] key The attribute key
109  * @param[in] value The new value
110  * @param[in] undoList The undoList on which to register changes
111  */
112  void setAttribute(SumoXMLAttr key, const std::string& value, GNEUndoList* undoList);
113 
114  /* @brief method for checking if the key and their correspond attribute are valids
115  * @param[in] key The attribute key
116  * @param[in] value The value asociated to key key
117  * @return true if the value is valid, false in other case
118  */
119  bool isValid(SumoXMLAttr key, const std::string& value);
120 
121  /* @brief method for check if the value for certain attribute is set
122  * @param[in] key The attribute key
123  */
124  bool isAttributeEnabled(SumoXMLAttr key) const;
125 
127  std::string getPopUpID() const;
128 
130  std::string getHierarchyName() const;
132 
133 protected:
136 
138  bool myVisible;
139 
140 private:
142  void setAttribute(SumoXMLAttr key, const std::string& value);
143 
146 
149 };
150 
151 #endif
152 
153 /****************************************************************************/
GNEParkingAreaReroute::getCenteringBoundary
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
Definition: GNEParkingAreaReroute.cpp:78
GNEAdditional
An Element which don't belongs to GNENet but has influency in the simulation.
Definition: GNEAdditional.h:48
GNEAdditional.h
GNERerouterInterval
Definition: GNERerouterInterval.h:45
GNEParkingAreaReroute::myProbability
double myProbability
probability with which a vehicle will use the given edge as destination
Definition: GNEParkingAreaReroute.h:135
GNEParkingAreaReroute::getHierarchyName
std::string getHierarchyName() const
get Hierarchy Name (Used in AC Hierarchy)
Definition: GNEParkingAreaReroute.cpp:179
GNEParkingAreaReroute::splitEdgeGeometry
void splitEdgeGeometry(const double splitPosition, const GNENetElement *originalElement, const GNENetElement *newElement, GNEUndoList *undoList)
split geometry
Definition: GNEParkingAreaReroute.cpp:84
GNEEdge
A road/street connecting two junctions (netedit-version)
Definition: GNEEdge.h:51
GNEParkingArea
A lane area vehicles can park at (netedit-version)
Definition: GNEParkingArea.h:34
GNEParkingAreaReroute::isAttributeEnabled
bool isAttributeEnabled(SumoXMLAttr key) const
Definition: GNEParkingAreaReroute.cpp:167
GNEParkingAreaReroute::getPopUpID
std::string getPopUpID() const
get PopPup ID (Used in AC Hierarchy)
Definition: GNEParkingAreaReroute.cpp:173
GNEParkingAreaReroute::isValid
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
Definition: GNEParkingAreaReroute.cpp:148
Boundary
A class that stores a 2D geometrical boundary.
Definition: Boundary.h:41
GNEParkingAreaReroute::GNEParkingAreaReroute
GNEParkingAreaReroute(GNERerouterIntervalDialog *rerouterIntervalDialog)
constructor (Used in GNERerouterIntervalDialog)
Definition: GNEParkingAreaReroute.cpp:34
GNEParkingAreaReroute::drawGL
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
Definition: GNEParkingAreaReroute.cpp:96
Position
A point in 2D or 3D with translation and scaling methods.
Definition: Position.h:38
GNEParkingAreaReroute::getAttributeDouble
double getAttributeDouble(SumoXMLAttr key) const
Definition: GNEParkingAreaReroute.cpp:123
GNENetElement
Definition: GNENetElement.h:43
GNEParkingAreaReroute::moveGeometry
void moveGeometry(const Position &offset)
change the position of the element geometry without saving in undoList
Definition: GNEParkingAreaReroute.cpp:54
GNEParkingAreaReroute::getPositionInView
Position getPositionInView() const
Returns position of additional in view.
Definition: GNEParkingAreaReroute.cpp:72
GNEParkingAreaReroute::setAttribute
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes
Definition: GNEParkingAreaReroute.cpp:129
GNEParkingAreaReroute::commitGeometryMoving
void commitGeometryMoving(GNEUndoList *undoList)
commit geometry changes in the attributes of an element after use of moveGeometry(....
Definition: GNEParkingAreaReroute.cpp:60
GNEParkingAreaReroute::getAttribute
std::string getAttribute(SumoXMLAttr key) const
Definition: GNEParkingAreaReroute.cpp:102
GNEParkingAreaReroute::~GNEParkingAreaReroute
~GNEParkingAreaReroute()
destructor
Definition: GNEParkingAreaReroute.cpp:50
GNEUndoList
Definition: GNEUndoList.h:48
GUIVisualizationSettings
Stores the information about how to visualize structures.
Definition: GUIVisualizationSettings.h:345
GNEParkingAreaReroute::updateGeometry
void updateGeometry()
update pre-computed geometry information
Definition: GNEParkingAreaReroute.cpp:66
GNEParkingAreaReroute::myVisible
bool myVisible
enable or disable visibility of Parking Area Reroute
Definition: GNEParkingAreaReroute.h:138
GNEParkingAreaReroute::getParentName
std::string getParentName() const
Returns the name of the parent object.
Definition: GNEParkingAreaReroute.cpp:90
SumoXMLAttr
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
Definition: SUMOXMLDefinitions.h:372
GNEParkingAreaReroute::operator=
GNEParkingAreaReroute & operator=(const GNEParkingAreaReroute &)=delete
Invalidated assignment operator.
GNEParkingAreaReroute
Definition: GNEParkingAreaReroute.h:42
GNERerouterIntervalDialog
Dialog for edit rerouter intervals.
Definition: GNERerouterIntervalDialog.h:49