Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEInductionLoopDetector.cpp
Go to the documentation of this file.
1/****************************************************************************/
2// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.dev/sumo
3// Copyright (C) 2001-2025 German Aerospace Center (DLR) and others.
4// This program and the accompanying materials are made available under the
5// terms of the Eclipse Public License 2.0 which is available at
6// https://www.eclipse.org/legal/epl-2.0/
7// This Source Code may also be made available under the following Secondary
8// Licenses when the conditions for such availability set forth in the Eclipse
9// Public License 2.0 are satisfied: GNU General Public License, version 2
10// or later which is available at
11// https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
12// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
13/****************************************************************************/
18//
19/****************************************************************************/
20
24#include <netedit/GNENet.h>
29
31
32// ===========================================================================
33// member method definitions
34// ===========================================================================
35
38 myMoveElementLaneSingle(new GNEMoveElementLaneSingle(this, SUMO_ATTR_POSITION, myPosOverLane, myFriendlyPos,
39 GNEMoveElementLaneSingle::PositionType::SINGLE)) {
40}
41
42
43GNEInductionLoopDetector::GNEInductionLoopDetector(const std::string& id, GNENet* net, const std::string& filename, GNELane* lane,
44 const double pos, const SUMOTime freq, const std::string& outputFilename, const std::vector<std::string>& vehicleTypes,
45 const std::vector<std::string>& nextEdges, const std::string& detectPersons, const std::string& name, const bool friendlyPos,
46 const Parameterised::Map& parameters) :
47 GNEDetector(id, net, filename, SUMO_TAG_INDUCTION_LOOP, freq, outputFilename, vehicleTypes, nextEdges,
48 detectPersons, name, parameters),
49 myPosOverLane(pos),
50 myFriendlyPos(friendlyPos),
51 myMoveElementLaneSingle(new GNEMoveElementLaneSingle(this, SUMO_ATTR_POSITION, myPosOverLane, myFriendlyPos,
52 GNEMoveElementLaneSingle::PositionType::SINGLE)) {
53 // set parents
54 setParent<GNELane*>(lane);
55 // update centering boundary without updating grid
57}
58
59
63
64
69
70
75
76
77void
79 device.openTag(getTagProperty()->getTag());
80 // write common additional attributes
82 // write move attributes
84 // write detector attributes
85 writeDetectorValues(device);
86 // write parameters (Always after children to avoid problems with additionals.xsd)
87 writeParams(device);
88 device.closeTag();
89}
90
91
92bool
94 // only movement problems
96}
97
98
99std::string
101 // only movement problems
103}
104
105
106void
111
112
113void
115 // update geometry
117 // update centering boundary without updating grid
119}
120
121
122bool
124 // get TLS Attributes
125 const auto& TLSAttributes = myNet->getViewNet()->getViewParent()->getTLSEditorFrame()->getTLSAttributes();
126 // check detectors
128 (TLSAttributes->getE1Detectors().count(getParentLanes().front()->getID()) > 0) &&
129 (TLSAttributes->getE1Detectors().at(getParentLanes().front()->getID()) == getID())) {
130 return true;
131 }
132 // check opened popup
133 if (myNet->getViewNet()->getPopup()) {
134 return myNet->getViewNet()->getPopup()->getGLObject() == this;
135 }
136 return false;
137}
138
139
140void
142 // first check if additional has to be drawn
144 // Obtain exaggeration of the draw
145 const double E1Exaggeration = getExaggeration(s);
146 // get detail level
147 const auto d = s.getDetailLevel(E1Exaggeration);
148 // draw geometry only if we'rent in drawForObjectUnderCursor mode
150 // declare colors
151 RGBColor mainColor, secondColor, textColor;
152 // set color
153 if (drawUsingSelectColor()) {
155 secondColor = mainColor.changedBrightness(-32);
156 textColor = mainColor.changedBrightness(32);
157 } else {
158 mainColor = s.detectorSettings.E1Color;
159 secondColor = RGBColor::WHITE;
160 textColor = RGBColor::BLACK;
161 }
162 // draw parent and child lines
164 // push layer matrix
166 // translate to front
168 // draw E1 shape
169 drawE1Shape(d, E1Exaggeration, mainColor, secondColor);
170 // draw E1 Logo
171 drawE1DetectorLogo(s, d, E1Exaggeration, "E1", textColor);
172 // pop layer matrix
174 // draw lock icon
176 // Draw additional ID
178 // draw additional name
180 // draw dotted contour
182 }
183 // calculate contour rectangle
185 myAdditionalGeometry.getShapeRotations().front(), E1Exaggeration, getParentLanes().front()->getParentEdge());
186 }
187}
188
189
190std::string
194
195
196double
200
201
206
207
208void
209GNEInductionLoopDetector::setAttribute(SumoXMLAttr key, const std::string& value, GNEUndoList* undoList) {
210 setDetectorAttribute(key, value, undoList);
211}
212
213
214bool
215GNEInductionLoopDetector::isValid(SumoXMLAttr key, const std::string& value) {
216 return isDetectorValid(key, value);
217}
218
219// ===========================================================================
220// private
221// ===========================================================================
222
223void
225 switch (key) {
226 case SUMO_ATTR_LANE:
228 break;
229 default:
230 setDetectorAttribute(key, value);
231 break;
232 }
233}
234
235/****************************************************************************/
long long int SUMOTime
Definition GUI.h:36
@ GLO_E1DETECTOR
a E1 detector
@ SUMO_TAG_INDUCTION_LOOP
alternative tag for e1 detector
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
@ SUMO_ATTR_LANE
@ SUMO_ATTR_POSITION
static void popMatrix()
pop matrix
Definition GLHelper.cpp:131
static void pushMatrix()
push matrix
Definition GLHelper.cpp:118
double getExaggeration(const GUIVisualizationSettings &s) const override
return exaggeration associated with this GLObject
GNEContour myAdditionalContour
variable used for draw additional contours
GUIGeometry myAdditionalGeometry
geometry to be precomputed in updateGeometry(...)
void drawAdditionalID(const GUIVisualizationSettings &s) const
draw additional ID
void replaceAdditionalParentLanes(const std::string &value)
replace additional parent lanes
void drawAdditionalName(const GUIVisualizationSettings &s) const
draw additional name
void writeAdditionalAttributes(OutputDevice &device) const
write common additional attributes
void drawParentChildLines(const GUIVisualizationSettings &s, const RGBColor &color, const bool onlySymbols=false) const
draw parent and child lines
const std::string getID() const
get ID (all Attribute Carriers have one)
bool isAttributeCarrierSelected() const
check if attribute carrier is selected
bool drawUsingSelectColor() const
check if attribute carrier must be drawn using selecting color.
void drawInLayer(const double typeOrLayer, const double extraOffset=0) const
draw element in the given layer, or in front if corresponding flag is enabled
const GNETagProperties * getTagProperty() const
get tagProperty associated with this Attribute Carrier
GNENet * myNet
pointer to net
bool drawDottedContours(const GUIVisualizationSettings &s, const GUIVisualizationSettings::Detail d, const GNEAttributeCarrier *AC, const double lineWidth, const bool addOffset) const
draw dotted contours (basics, select, delete, inspect...)
void calculateContourRectangleShape(const GUIVisualizationSettings &s, const GUIVisualizationSettings::Detail d, const GUIGlObject *glObject, const Position &pos, const double width, const double height, const double layer, const double offsetX, const double offsetY, const double rot, const double scale, const GUIGlObject *boundaryParent) const
calculate contour (for rectangled elements)
Position getDetectorAttributePosition(SumoXMLAttr key) const
bool isDetectorValid(SumoXMLAttr key, const std::string &value)
void setDetectorAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
void drawE1Shape(const GUIVisualizationSettings::Detail d, const double exaggeration, const RGBColor &mainColor, const RGBColor &secondColor) const
draw E1 shape
double getDetectorAttributeDouble(SumoXMLAttr key) const
void writeDetectorValues(OutputDevice &device) const
write additional element into a xml file
void updateCenteringBoundary(const bool updateGrid)
update centering boundary (implies change in RTREE)
std::string getDetectorAttribute(SumoXMLAttr key) const
void drawE1DetectorLogo(const GUIVisualizationSettings &s, const GUIVisualizationSettings::Detail d, const double exaggeration, const std::string &logo, const RGBColor &textColor) const
draw E1 detector Logo
const GNEHierarchicalContainerParents< GNELane * > & getParentLanes() const
get parent lanes
void fixAdditionalProblem()
fix additional problem
Parameterised * getParameters() override
get parameters associated with this GNEAdditional
bool isValid(SumoXMLAttr key, const std::string &value) override
GNEMoveElementLaneSingle * myMoveElementLaneSingle
move element lane single
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList) override
std::string getAttribute(SumoXMLAttr key) const override
GNEMoveElement * getMoveElement() const override
methods to retrieve the elements linked to this GNEAdditional
double getAttributeDouble(SumoXMLAttr key) const override
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
GNEInductionLoopDetector(GNENet *net)
default constructor
void writeAdditional(OutputDevice &device) const
write additional element into a xml file
bool isAdditionalValid() const
check if current additional is valid to be written into XML
std::string getAdditionalProblem() const
return a string with the current additional problem
bool checkDrawRelatedContour() const override
check if draw related contour (cyan)
void updateGeometry() override
update pre-computed geometry information
Position getAttributePosition(SumoXMLAttr key) const override
double myMovingLateralOffset
move element lateral offset
bool isMoveElementValid() const
check if current moving element is valid to be written into XML
std::string getMovingProblem() const
return a string with the current moving problem
void writeMoveAttributes(OutputDevice &device) const
write move attributes
double getFixedPositionOverLane(const bool adjustGeometryFactor) const
get fixed offset position over lane
void fixMovingProblem()
fix moving problem
A NBNetBuilder extended by visualisation and editing capabilities.
Definition GNENet.h:42
GNEViewNet * getViewNet() const
get view net
Definition GNENet.cpp:2193
GNETLSEditorFrame::TLSAttributes * getTLSAttributes() const
get module for TLS attributes
const GNEViewNetHelper::DataViewOptions & getDataViewOptions() const
get data view options
GNEViewParent * getViewParent() const
get the net object
bool selectingDetectorsTLSMode() const
check if we're selecting detectors in TLS mode
GNETLSEditorFrame * getTLSEditorFrame() const
get frame for NETWORK_TLS
GUIGlObject * getGLObject() const
The object that belongs to this popup-menu.
const std::vector< double > & getShapeRotations() const
The rotations of the single shape parts.
const PositionVector & getShape() const
The shape of the additional element.
void updateGeometry(const PositionVector &shape)
update entire geometry
GUIGlObjectType getType() const
Returns the type of the object as coded in GUIGlObjectType.
GUIGLObjectPopupMenu * getPopup() const
ge the current popup-menu
Stores the information about how to visualize structures.
bool checkDrawAdditional(Detail d, const bool selected) const
check if draw additionals
Detail getDetailLevel(const double exaggeration) const
return the detail level
GUIVisualizationColorSettings colorSettings
color settings
GUIVisualizationDottedContourSettings dottedContourSettings
dotted contour settings
GUIVisualizationAdditionalSettings additionalSettings
Additional settings.
GUIVisualizationDetectorSettings detectorSettings
Detector settings.
Static storage of an output device and its base (abstract) implementation.
OutputDevice & openTag(const std::string &xmlElement)
Opens an XML tag.
bool closeTag(const std::string &comment="")
Closes the most recently opened tag and optionally adds a comment.
An upper class for objects with additional parameters.
std::map< std::string, std::string > Map
parameters map
void writeParams(OutputDevice &device) const
write Params in the given outputdevice
A point in 2D or 3D with translation and scaling methods.
Definition Position.h:37
Position getCentroid() const
Returns the centroid (closes the polygon if unclosed)
static const RGBColor WHITE
Definition RGBColor.h:195
static const RGBColor BLACK
Definition RGBColor.h:196
RGBColor changedBrightness(int change, int toChange=3) const
Returns a new color with altered brightness.
Definition RGBColor.cpp:200
bool showAdditionals() const
check if additionals has to be drawn
static void drawLockIcon(const GUIVisualizationSettings::Detail d, const GNEAttributeCarrier *AC, GUIGlObjectType type, const Position position, const double exaggeration, const double size=0.5, const double offsetx=0, const double offsety=0)
draw lock icon
static const RGBColor connectionColor
connection color
RGBColor selectedAdditionalColor
additional selection color (busStops, Detectors...)
static const RGBColor E1Color
color for E1 detectors
static const double segmentWidth
width of dotted contour segments