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);
137 MID_USER_DEF = FXDialogBox::ID_LAST,
151 long onCmdOverride(FXObject*, FXSelector,
void*);
152 long onCmdClose(FXObject*, FXSelector,
void*);
153 long onCmdUserDef(FXObject*, FXSelector,
void*);
154 long onUpdUserDef(FXObject*, FXSelector,
void*);
155 long onCmdPreDef(FXObject*, FXSelector,
void*);
156 long onUpdPreDef(FXObject*, FXSelector,
void*);
157 long onCmdChangeOption(FXObject*, FXSelector,
void*);
Changes the speed allowed on a set of lanes (gui version)
GUIManipulator * openManipulator(GUIMainWindow &app, GUISUMOAbstractView &parent)
Writes routes of vehicles passing a certain edge.
Stores the information about how to visualize structures.
FXDataTarget mySpeedTarget
A class that stores a 2D geometrical boundary.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
A road/street connecting two junctions.
Boundary myBoundary
The boundary of this rerouter.
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.
std::vector< Position > PosCont
Definition of a positions container.
bool myShowAsKMH
The information whether the speed shall be shown in m/s or km/h.
PosCont myFGPositions
The positions in full-geometry mode.
FXComboBox * myPredefinedValues
FXRealSpinner * myUserDefinedSpeed
Calibrates the flow on a segment to a specified one.
FXDataTarget myChosenTarget
Representation of a lane in the micro simulation.
A window containing a gl-object's parameter.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.