60 double pos,
double freq,
const std::string& filename,
bool friendlyPos,
GNEAdditional* additionalParent) :
61 GNEAdditional(id, viewNet, tag, icon, true, additionalParent),
63 myPositionOverLane(pos / lane->getLaneParametricLength()),
66 myFriendlyPosition(friendlyPos) {
89 newPosition.
add(offset);
SumoXMLTag
Numbers representing SUMO-XML - element names.
void add(const Position &pos)
Adds the given position to this one.
GUIIcon
An enumeration of icons used by the gui applications.
GNEDetector(const std::string &id, GNEViewNet *viewNet, SumoXMLTag tag, GUIIcon icon, GNELane *lane, double pos, double freq, const std::string &filename, bool friendlyPos, GNEAdditional *additionalParent)
Constructor.
const std::string & getParentName() const
Returns the name of the parent object.
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
void p_begin(const std::string &description)
Begin undo command sub-group. This begins a new group of commands that are treated as a single comman...
void commitGeometryMoving(const Position &oldPos, GNEUndoList *undoList)
commit geometry changes in the attributes of an element after use of moveGeometry(...)
~GNEDetector()
Destructor.
void p_add(GNEChange_Attribute *cmd)
special method, avoid empty changes, always execute
double getLaneParametricLength() const
returns the parameteric length of the lane
std::string toString(const T &t, std::streamsize accuracy=gPrecision)
void p_end()
End undo command sub-group. If the sub-group is still empty, it will be deleted; otherwise, the sub-group will be added as a new command into parent group. A matching begin() must have been called previously.
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
friend class GNEChange_Attribute
declare friend class
virtual const std::string & getMicrosimID() const
Returns the id of the object as known to microsim.
double getLaneShapeLength() const
returns the length of the lane's shape
const PositionVector & getShape() const
returns the shape of the lane
bool myBlocked
boolean to check if additional element is blocked (i.e. cannot be moved with mouse) ...
double length() const
Returns the length.
An Element which don't belongs to GNENet but has influency in the simulation.
GNELane * myLane
The lane in which this detector is placed.
GNELane * getLane() const
get lane
void moveGeometry(const Position &oldPos, const Position &offset)
change the position of the element geometry without saving in undoList
double nearest_offset_to_point2D(const Position &p, bool perpendicular=true) const
return the nearest offest to point 2D
Position positionAtOffset(double pos, double lateralOffset=0) const
Returns the position at the given length.
double getAbsolutePositionOverLane() const
get absolute position over Lane
double myPositionOverLane
position of detector over Lane
SumoXMLTag getTag() const
get XML Tag assigned to this object