 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef GUIContainerStop_h
18 #define GUIContainerStop_h
72 const std::vector<std::string>& lines,
MSLane& lane,
73 double frompos,
double topos,
const std::string& name,
int containerCapacity);
A lane area vehicles can halt at.
A window containing a gl-object's parameter.
Representation of a lane in the micro simulation.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
Position myFGSignPos
The position of the sign.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
The simulated network and simulation perfomer.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
std::vector< double > myFGShapeRotations
The rotations of the shape parts.
double myFGSignRot
The rotation of the sign.
PositionVector myFGShape
The shape.
std::vector< double > myFGShapeLengths
The lengths of the shape parts.
A lane area vehicles can halt at (gui-version)
A class that stores a 2D geometrical boundary.
A point in 2D or 3D with translation and scaling methods.
GUIContainerStop(const std::string &id, const std::vector< std::string > &lines, MSLane &lane, double frompos, double topos, const std::string &name, int containerCapacity)
Constructor.
Stores the information about how to visualize structures.
~GUIContainerStop()
Destructor.
const std::string getOptionalName() const
Returns the stopping place name.