20 #ifndef GNEDetectorExit_h 21 #define GNEDetectorExit_h
void setFrequency(double freq)
Invalidated set filename.
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes ...
Stores the information about how to visualize structures.
void writeAdditional(OutputDevice &device) const
writte additional element into a xml file
int getFrequency() const
Invalidated set frequency.
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
void updateGeometryByParent()
update pre-computed geometry information called by E3 parent
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
GNEDetectorExit(GNEViewNet *viewNet, GNEDetectorE3 *parent, GNELane *lane, double pos)
Constructor.
A point in 2D or 3D with translation and scaling methods.
~GNEDetectorExit()
destructor
std::string getFilename() const
Invalidated get filename.
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
void setFilename(std::string filename)
Invalidated.
Position getPositionInView() const
Returns position of detector Exit in view.
static GUIGlID detectorExitGlID
variable to save detectorExit icon
GNEDetectorExit & operator=(const GNEDetectorExit &)
Invalidated assignment operator.
Static storage of an output device and its base (abstract) implementation.
std::string getAttribute(SumoXMLAttr key) const
GNEDetectorE3 * myE3Parent
pointer to E3 parent
void updateGeometry()
update pre-computed geometry information
GNEDetectorE3 * getE3Parent() const
get E3 Detector parent
static bool detectorExitInitialized
check if detectorExit icon was inicilalizated