 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
19 #ifndef GUICalibrator_h
20 #define GUICalibrator_h
57 const std::string& aXMLFilename,
58 const std::string& outputFilename,
61 const std::string& vTypes,
62 bool addLaneMeanData =
true);
152 long onCmdClose(FXObject*, FXSelector,
void*);
long onCmdClose(FXObject *, FXSelector, void *)
A window containing a gl-object's parameter.
virtual ~GUIManip_Calibrator()
Destructor.
Representation of a lane in the micro simulation.
Writes routes of vehicles passing a certain edge.
Changes the speed allowed on a set of lanes (gui version)
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
GUIManipulator * openManipulator(GUIMainWindow &app, GUISUMOAbstractView &parent)
Boundary myBoundary
The boundary of this rerouter.
FXComboBox * myPredefinedValues
long onCmdOverride(FXObject *, FXSelector, void *)
FXDataTarget mySpeedTarget
long onUpdUserDef(FXObject *, FXSelector, void *)
A class that stores a 2D geometrical boundary.
PosCont myFGPositions
The positions in full-geometry mode.
long onCmdUserDef(FXObject *, FXSelector, void *)
FXRealSpinner * myUserDefinedSpeed
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
long onCmdChangeOption(FXObject *, FXSelector, void *)
std::vector< Position > PosCont
Definition of a positions container.
A road/street connecting two junctions.
bool myShowAsKMH
The information whether the speed shall be shown in m/s or km/h.
FXDataTarget myChosenTarget
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
long onUpdPreDef(FXObject *, FXSelector, void *)
std::vector< double > RotCont
Definition of a rotation container.
GUICalibrator(const std::string &id, MSEdge *edge, MSLane *lane, double pos, const std::string &aXMLFilename, const std::string &outputFilename, const SUMOTime freq, const MSRouteProbe *probe, const std::string &vTypes, bool addLaneMeanData=true)
Constructor.
RotCont myFGRotations
The rotations in full-geometry mode.
long onCmdPreDef(FXObject *, FXSelector, void *)
Stores the information about how to visualize structures.
Calibrates the flow on a segment to a specified one.