17 #ifndef GNECalibrator_h 18 #define GNECalibrator_h 58 GNECalibrator(
const std::string&
id,
GNEViewNet* viewNet,
GNEEdge* edge,
double pos,
double frequency,
const std::string& name,
const std::string& output,
const std::string& routeprobe);
72 GNECalibrator(
const std::string&
id,
GNEViewNet* viewNet,
GNELane* lane,
double pos,
double frequency,
const std::string& name,
const std::string& output,
const std::string& routeprobe);
std::string myRouteProbe
ID to current RouteProbe.
GNECalibrator(const std::string &id, GNEViewNet *viewNet, GNEEdge *edge, double pos, double frequency, const std::string &name, const std::string &output, const std::string &routeprobe)
Constructor using edge.
void updateGeometry(bool updateGrid)
update pre-computed geometry information
void commitGeometryMoving(GNEUndoList *undoList)
commit geometry changes in the attributes of an element after use of moveGeometry(...)
Stores the information about how to visualize structures.
std::string getAttribute(SumoXMLAttr key) const
~GNECalibrator()
Destructor.
Position getPositionInView() const
Returns position of additional in view.
Representation of a RouteProbe in netedit.
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes ...
void openAdditionalDialog()
open Calibrator Dialog
std::string myOutput
output of calibrator
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
A point in 2D or 3D with translation and scaling methods.
GNELane * myLane
The lane in which CalibratorLane are placed.
A road/street connecting two junctions (netedit-version)
double myPositionOverLane
position over Lane
std::string getParentName() const
Returns the name of the parent object.
GNECalibrator & operator=(const GNECalibrator &)=delete
Invalidated assignment operator.
An Element which don't belongs to GNENet but has influency in the simulation.
GNEEdge * myEdge
The edge in which Calibrators are placed.
std::string getHierarchyName() const
get Hierarchy Name (Used in AC Hierarchy)
void moveGeometry(const Position &offset)
change the position of the element geometry without saving in undoList
double myFrequency
Frequency of calibrator.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
std::string getPopUpID() const
get PopPup ID (Used in AC Hierarchy)