Eclipse SUMO - Simulation of Urban MObility
GNEDetectorE1Instant.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 GNEDetectorE1Instant_h
17 #define GNEDetectorE1Instant_h
18 
19 
20 // ===========================================================================
21 // included modules
22 // ===========================================================================
23 
24 #include "GNEDetector.h"
25 
26 
27 // ===========================================================================
28 // class definitions
29 // ===========================================================================
35 
36 public:
48  GNEDetectorE1Instant(const std::string& id, GNELane* lane, GNEViewNet* viewNet, double pos, const std::string& filename, const std::string& vehicleTypes, const std::string& name, bool friendlyPos, bool blockMovement);
49 
52 
56  bool isAdditionalValid() const;
57 
59  std::string getAdditionalProblem() const;
60 
62  void fixAdditionalProblem();
64 
68  bool isDetectorPositionFixed() const;
69 
71  GNELane* getLane() const;
73 
76 
79  void moveGeometry(const Position& offset);
80 
84  void commitGeometryMoving(GNEUndoList* undoList);
85 
87  void updateGeometry();
89 
92 
96  void drawGL(const GUIVisualizationSettings& s) const;
98 
101  /* @brief method for getting the Attribute of an XML key
102  * @param[in] key The attribute key
103  * @return string with the value associated to key
104  */
105  std::string getAttribute(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;
126 
127 private:
129  void setAttribute(SumoXMLAttr key, const std::string& value);
130 
133 
136 };
137 
138 #endif
139 /****************************************************************************/
GNEDetectorE1Instant::fixAdditionalProblem
void fixAdditionalProblem()
fix additional problem
Definition: GNEDetectorE1Instant.cpp:77
GNEDetectorE1Instant::commitGeometryMoving
void commitGeometryMoving(GNEUndoList *undoList)
commit geometry changes in the attributes of an element after use of moveGeometry(....
Definition: GNEDetectorE1Instant.cpp:105
GNEDetectorE1Instant::moveGeometry
void moveGeometry(const Position &offset)
change the position of the element geometry without saving in undoList
Definition: GNEDetectorE1Instant.cpp:88
GNEDetectorE1Instant::getLane
GNELane * getLane() const
get lane
GNEViewNet
Definition: GNEViewNet.h:42
GNEDetectorE1Instant::getAttribute
std::string getAttribute(SumoXMLAttr key) const
Definition: GNEDetectorE1Instant.cpp:233
GNEDetectorE1Instant::~GNEDetectorE1Instant
~GNEDetectorE1Instant()
Destructor.
Definition: GNEDetectorE1Instant.cpp:45
GNEDetectorE1Instant::isAdditionalValid
bool isAdditionalValid() const
check if current additional is valid to be writed into XML (by default true, can be reimplemented in ...
Definition: GNEDetectorE1Instant.cpp:50
GNEDetectorE1Instant::operator=
GNEDetectorE1Instant & operator=(const GNEDetectorE1Instant &)=delete
Invalidated assignment operator.
GNEDetectorE1Instant::updateGeometry
void updateGeometry()
update pre-computed geometry information
Definition: GNEDetectorE1Instant.cpp:114
GNEDetectorE1Instant::setAttribute
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes
Definition: GNEDetectorE1Instant.cpp:262
GNEDetector
Definition: GNEDetector.h:33
Position
A point in 2D or 3D with translation and scaling methods.
Definition: Position.h:38
GNEDetectorE1Instant::isDetectorPositionFixed
bool isDetectorPositionFixed() const
GNEDetectorE1Instant::drawGL
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
Definition: GNEDetectorE1Instant.cpp:130
GNEDetector.h
GNEDetectorE1Instant::GNEDetectorE1Instant
GNEDetectorE1Instant(const std::string &id, GNELane *lane, GNEViewNet *viewNet, double pos, const std::string &filename, const std::string &vehicleTypes, const std::string &name, bool friendlyPos, bool blockMovement)
Constructor.
Definition: GNEDetectorE1Instant.cpp:38
GNEDetectorE1Instant::getAdditionalProblem
std::string getAdditionalProblem() const
return a string with the current additional problem
Definition: GNEDetectorE1Instant.cpp:61
GNEDetectorE1Instant
Definition: GNEDetectorE1Instant.h:34
GNEUndoList
Definition: GNEUndoList.h:48
GNEDetectorE1Instant::isValid
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
Definition: GNEDetectorE1Instant.cpp:287
GUIVisualizationSettings
Stores the information about how to visualize structures.
Definition: GUIVisualizationSettings.h:345
GNEDetectorE1Instant::isAttributeEnabled
bool isAttributeEnabled(SumoXMLAttr key) const
Definition: GNEDetectorE1Instant.cpp:324
SumoXMLAttr
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
Definition: SUMOXMLDefinitions.h:372
GNELane
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
Definition: GNELane.h:45