154 std::map<GUISUMOAbstractView*, int>
dummy;
std::map< GUISUMOAbstractView *, int > myAdditionalVisualizations
Enabled visualisations, per view.
bool myAmVisualizedAsStopped
whether the person is visualized as stopped
void drawAction_drawAsImage(const GUIVisualizationSettings &s) const
Stores the information about how to visualize structures.
SUMOReal getColorValue(size_t activeScheme) const
gets the color value according to the current scheme index
void setColor(const GUIVisualizationSettings &s) const
sets the color according to the currente settings
void drawAction_drawAsPoly(const GUIVisualizationSettings &s) const
A class that stores a 2D geometrical boundary.
The car-following model and parameter.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
MFXMutex myLock
The mutex used to avoid concurrent updates of the vehicle buffer.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
virtual void drawGLAdditional(GUISUMOAbstractView *const parent, const GUIVisualizationSettings &s) const
Draws additionally triggered visualisations.
bool setFunctionalColor(size_t activeScheme) const
sets the color according to the current scheme index and some vehicle function
A point in 2D or 3D with translation and scaling methods.
void setPositionInVehicle(const Position &pos)
void drawAction_drawAsTriangle(const GUIVisualizationSettings &s) const
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
Structure representing possible vehicle parameter.
A device which collects info on the vehicle trip (mainly on departure and arrival) ...
Position getPosition(SUMOTime now) const
overrides the base method and returns myPositionInVehicle while in driving stage
GUIPerson(const SUMOVehicleParameter *pars, const MSVehicleType *vtype, MSPerson::MSPersonPlan *plan)
Constructor.
Position myPositionInVehicle
The position of a person while riding a vehicle.
std::vector< MSPersonStage * > MSPersonPlan
the structure holding the plan of a person
A window containing a gl-object's parameter.