52 const std::string& vehicleTypes,
const std::string& name,
bool friendlyPos,
bool blockMovement,
const std::vector<GNELane*>& laneParents);
68 const std::string& name,
bool friendlyPos,
bool blockMovement,
const std::vector<GNELane*>& laneParents);
SumoXMLTag
Numbers representing SUMO-XML - element names.
double getPositionOverLane() const
get position over lane
std::string getParentName() const
Returns the name of the parent object.
virtual bool isAdditionalValid() const =0
check if current additional is valid to be writed into XML (by default true, can be reimplemented in ...
Stores the information about how to visualize structures.
const Position & getPosition() const =delete
Invalidate return position of additional.
virtual std::string getAdditionalProblem() const =0
return a string with the current additional problem (must be reimplemented in all detector children) ...
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
virtual void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)=0
method for setting the attribute and letting the object perform additional changes ...
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
~GNEDetector()
Destructor.
A class that stores a 2D geometrical boundary.
std::string getHierarchyName() const
get Hierarchy Name (Used in AC Hierarchy)
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
void setPosition(const Position &pos)=delete
Invalidate set new position in the view.
GNEDetector(const std::string &id, GNEViewNet *viewNet, GUIGlObjectType type, SumoXMLTag tag, double pos, SUMOTime freq, const std::string &filename, const std::string &vehicleTypes, const std::string &name, bool friendlyPos, bool blockMovement, const std::vector< GNELane *> &laneParents)
Constructor.
double getGeometryPositionOverLane() const
get position over lane that is applicable to the shape
A point in 2D or 3D with translation and scaling methods.
Position getPositionInView() const
Returns position of additional in view.
virtual void updateGeometry()=0
update pre-computed geometry information
std::string myVehicleTypes
attribute vehicle types
virtual void moveGeometry(const Position &offset)=0
change the position of the element geometry without saving in undoList
bool myFriendlyPosition
Flag for friendly position.
std::string myFilename
The path to the output file.
SUMOTime myFreq
The aggregation period the values the detector collects shall be summed up.
virtual void drawGL(const GUIVisualizationSettings &s) const =0
Draws the object.
An Element which don't belongs to GNENet but has influency in the simulation.
virtual void commitGeometryMoving(GNEUndoList *undoList)=0
commit geometry changes in the attributes of an element after use of moveGeometry(...)
GNELane * getLane() const
get lane
std::string getPopUpID() const
get PopPup ID (Used in AC Hierarchy)
virtual bool isValid(SumoXMLAttr key, const std::string &value)=0
method for checking if the key and their conrrespond attribute are valids
double myPositionOverLane
position of detector over Lane
virtual std::string getAttribute(SumoXMLAttr key) const =0
virtual void fixAdditionalProblem()=0
fix additional problem (must be reimplemented in all detector children)