 |
Eclipse SUMO - Simulation of Urban MObility
|
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
An Element which don't belong to GNENet but has influence in the simulation.
bool checkChildAdditionalRestriction() const
check restriction with the number of children
An upper class for objects with additional parameters.
Static storage of an output device and its base (abstract) implementation.
A NBNetBuilder extended by visualisation and editing capabilities.
void updateGeometry()
update pre-computed geometry information
Position myPosition
position of E3 in view
double mySpeedThreshold
The speed-based threshold that describes how slow a vehicle has to be to be recognized as halting.
std::map< std::string, std::string > Map
parameters map
GNEDetectorE3(GNENet *net)
default constructor
std::string getParentName() const
Returns the name of the parent object (if any)
SUMOTime myPeriod
period of E3 detector
void writeAdditional(OutputDevice &device) const
write additional element into a xml file
std::string getPopUpID() const
get PopPup ID (Used in AC Hierarchy)
double getAttributeDouble(SumoXMLAttr key) const
SUMOTime myTimeThreshold
The time-based threshold that describes how much time has to pass until a vehicle is recognized as ha...
std::string getHierarchyName() const
get Hierarchy Name (Used in AC Hierarchy)
void updateCenteringBoundary(const bool updateGrid)
update centering boundary (implies change in RTREE)
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their correspondent attribute are valids
A point in 2D or 3D with translation and scaling methods.
void commitMoveShape(const GNEMoveResult &moveResult, GNEUndoList *undoList)
commit move shape
std::vector< std::string > myVehicleTypes
attribute vehicle types
void setMoveShape(const GNEMoveResult &moveResult)
set move shape
const Parameterised::Map & getACParametersMap() const
get parameters map
GNEMoveOperation * getMoveOperation()
get move operation
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes
std::string myFilename
fielname of E3 detector
Stores the information about how to visualize structures.
GNEDetectorE3 & operator=(const GNEDetectorE3 &)=delete
Invalidated assignment operator.
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
void splitEdgeGeometry(const double splitPosition, const GNENetworkElement *originalElement, const GNENetworkElement *newElement, GNEUndoList *undoList)
split geometry
~GNEDetectorE3()
GNEDetectorE3 Destructor.
std::string getAttribute(SumoXMLAttr key) const
Position getPositionInView() const
Returns position of additional in view.