61 GNEDetector(id, viewNet,
SUMO_TAG_E1DETECTOR,
ICON_E1, lane, pos, freq, filename, friendlyPos, NULL),
62 myVehicleTypes(vehicleTypes) {
87 Position s =
myShape[0] + Position(1, 0);
141 double width = (double) 2.0 * s.
scale;
156 glScaled(exaggeration, exaggeration, 1);
159 glVertex2d(-1.0, -2);
163 glTranslated(0, 0, .01);
165 glVertex2d(0, 2 - .1);
166 glVertex2d(0, -2 + .1);
170 if (width * exaggeration > 1) {
177 glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);
180 glVertex2f(-1.0, -2);
184 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
188 if (width * exaggeration > 1) {
195 glRotated(90, 0, 0, -1);
206 if (s.
scale * exaggeration >= 10) {
214 glTranslated(-1, 0, 0);
293 return canParse<double>(value);
295 return (canParse<double>(value) && (parse<double>(value) >= 0));
301 return canParse<bool>(value);
303 return canParse<bool>(value);
326 myFreq = parse<double>(value);
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
OutputDevice & writeAttr(const SumoXMLAttr attr, const T &val)
writes a named attribute
double rotationDegreeAtOffset(double pos) const
Returns the rotation at the given length.
double scale
information about a lane's width (temporary, used for a single view)
GUIVisualizationTextSettings addName
void refreshElement(GUIGlObject *o)
refreshes boundary information for o and update
const std::string & getAdditionalID() const
returns Additional ID
static const RGBColor WHITE
Stores the information about how to visualize structures.
GNEDetectorE1(const std::string &id, GNELane *lane, GNEViewNet *viewNet, double pos, double freq, const std::string &filename, const std::string &vehicleTypes, bool friendlyPos)
Constructor.
double y() const
Returns the y-position.
double x() const
Returns the x-position.
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes ...
void writeAdditional(OutputDevice &device) const
writte additional element into a xml file
double myFreq
The aggregation period the values the detector collects shall be summed up.
~GNEDetectorE1()
Destructor.
static void drawText(const std::string &text, const Position &pos, const double layer, const double size, const RGBColor &col=RGBColor::BLACK, const double angle=0, int align=0, double width=-1)
std::string myVehicleTypes
attribute vehicle types
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
static const RGBColor BLACK
static bool isValidFilename(const std::string &value)
true if value is a valid file value
std::vector< double > myShapeRotations
void changeAdditionalID(const std::string &newID)
change ID of additional
Position getLineCenter() const
get line center
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
GNEViewNet * myViewNet
The GNEViewNet this additional element belongs.
void p_add(GNEChange_Attribute *cmd)
special method, avoid empty changes, always execute
GUIVisualizationSizeSettings addSize
static const RGBColor selectedAdditionalColor
color of selected additionals
double getLaneParametricLength() const
returns the parameteric length of the lane
GUIGlObjectType getType() const
Returns the type of the object as coded in GUIGlObjectType.
void drawLockIcon(double size=0.5) const
draw lock icon
std::string toString(const T &t, std::streamsize accuracy=gPrecision)
static void setColor(const RGBColor &c)
Sets the gl-color to this value.
PositionVector myShape
The shape of the additional element.
A point in 2D or 3D with translation and scaling methods.
friend class GNEChange_Attribute
declare friend class
block movement of a graphic element
std::vector< double > myShapeLengths
The lengths of the shape parts.
void drawName(const Position &pos, const double scale, const GUIVisualizationTextSettings &settings, const double angle=0) const
draw name of item
const std::string getID() const
function to support debugging
bool myFriendlyPosition
Flag for friendly position.
Position myBlockIconOffset
The offSet of the block icon.
std::string myFilename
The path to the output file.
void updateGeometry()
update pre-computed geometry information
std::string getAttribute(SumoXMLAttr key) const
This functions has to be implemented in all GNEAttributeCarriers.
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.
bool isDetectorPositionFixed() const
check if Position of detector is fixed
void setBlockIconRotation(GNELane *additionalLane=NULL)
GNELane * myLane
The lane in which this detector is placed.
GNENet * getNet() const
get the net object
GUIGlID getGlID() const
Returns the numerical id of the object.
double getExaggeration(const GUIVisualizationSettings &s, double factor=20) const
return the drawing size including exaggeration and constantSize values
Static storage of an output device and its base (abstract) implementation.
bool closeTag()
Closes the most recently opened tag.
bool isValidAdditionalID(const std::string &newID) const
check if a new additional ID is valid
bool isAdditionalSelected() const
static const RGBColor selectionColor
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
Position positionAtOffset(double pos, double lateralOffset=0) const
Returns the position at the given length.
GNELane * retrieveLane(const std::string &id, bool failHard=true, bool checkVolatileChange=false)
get lane by id
double getAbsolutePositionOverLane() const
get absolute position over Lane
double myBlockIconRotation
The rotation of the block icon.
OutputDevice & openTag(const std::string &xmlElement)
Opens an XML tag.
GNELane * changeLane(GNELane *oldLane, const std::string &newLaneID)
change lane of additional
double myPositionOverLane
position of detector over Lane
Position myBlockIconPosition
position of the block icon
SumoXMLTag getTag() const
get XML Tag assigned to this object