 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
55 double frompos,
double topos,
const std::string& name,
int containerCapacity) :
56 MSStoppingPlace(id, lines, lane, frompos, topos, name, containerCapacity),
67 for (
int i = 0; i < e; ++i) {
134 for (
int i = 0; i < (int)
myLines.size(); ++i) {
148 if (s.
scale * exaggeration > 25) {
149 noPoints =
MIN2((
int)(9.0 + (s.
scale * exaggeration) / 10.0), 36);
151 glScaled(exaggeration, exaggeration, 1);
153 glTranslated(0, 0, .1);
GUIGlObjectType getType() const
Returns the type of the object as coded in GUIGlObjectType.
A lane area vehicles can halt at.
A window containing a gl-object's parameter.
std::vector< std::string > myLines
The list of lines that are assigned to this stop.
static const double stoppingPlaceDetails
details for stopping places
Representation of a lane in the micro simulation.
void drawName(const Position &pos, const double scale, const GUIVisualizationTextSettings &settings, const double angle=0) const
draw name of item
void buildSelectionPopupEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds an entry which allows to (de)select the object.
static void drawBoxLines(const PositionVector &geom, const std::vector< double > &rots, const std::vector< double > &lengths, double width, int cornerDetail=0, double offset=0)
Draws thick lines.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
PositionVector getSubpart(double beginOffset, double endOffset) const
get subpart of a position vector
Position myFGSignPos
The position of the sign.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
double length() const
Returns the length.
static const RGBColor containerStop
color for containerStops
static void setColor(const RGBColor &c)
Sets the gl-color to this value.
Boundary getBoxBoundary() const
Returns a boundary enclosing this list of lines.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
void closeBuilding(const Parameterised *p=0)
Closes the building of the table.
const double myBegPos
The begin position this bus stop is located at.
static void drawFilledCircle(double width, int steps=8)
Draws a filled circle around (0,0)
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
static const RGBColor containerStop_sign
color for containerStop signs
static void drawText(const std::string &text, const Position &pos, const double layer, const double size, const RGBColor &col=RGBColor::BLACK, const double angle=0, int align=0, double width=-1)
GUIVisualizationTextSettings addName
std::vector< double > myFGShapeRotations
The rotations of the shape parts.
double myFGSignRot
The rotation of the sign.
GUIVisualizationDetailSettings detailSettings
detail settings
const std::string myName
The name of the stopping place.
PositionVector myFGShape
The shape.
void buildNameCopyPopupEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds entries which allow to copy the name / typed name into the clipboard.
std::vector< double > myFGShapeLengths
The lengths of the shape parts.
bool lefthand() const
return whether the network was built for lefthand traffic
const double myEndPos
The end position this bus stop is located at.
double distanceTo(const Position &p2) const
returns the euclidean distance in 3 dimension
void mkItem(const char *name, bool dynamic, ValueSource< T > *src)
Adds a row which obtains its value from a ValueSource.
double rotationDegreeAtOffset(double pos) const
Returns the rotation at the given length.
GUIGlID getGlID() const
Returns the numerical id of the object.
int getStoppedVehicleNumber() const
Returns the number of stopped vehicles waiting on this stop.
A class that stores a 2D geometrical boundary.
double interpolateLanePosToGeometryPos(double lanePos) const
double scale
information about a lane's width (temporary, used for a single view)
A point in 2D or 3D with translation and scaling methods.
double x() const
Returns the x-position.
void buildPopupHeader(GUIGLObjectPopupMenu *ret, GUIMainWindow &app, bool addSeparator=true)
Builds the header.
const std::string & getMyName() const
GUIVisualizationColorSettings colorSettings
color settings
const PositionVector & getShape() const
Returns this lane's shape.
static MSNet * getInstance()
Returns the pointer to the unique instance of MSNet (singleton).
double y() const
Returns the y-position.
GUIContainerStop(const std::string &id, const std::vector< std::string > &lines, MSLane &lane, double frompos, double topos, const std::string &name, int containerCapacity)
Constructor.
void buildShowParamsPopupEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds an entry which allows to open the parameter window.
static const double stoppingPlaceText
details for stopping place texts
void buildCenterPopupEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds an entry which allows to center to the object.
void buildPositionCopyEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds an entry which allows to copy the cursor position if geo projection is used,...
double getLastFreePos() const
int getTransportableNumber() const
Returns the number of transportables waiting on this stop.
GUIVisualizationSizeSettings addSize
Boundary & grow(double by)
extends the boundary by the given amount
bool drawDetail(const double detail, const double exaggeration) const
check if details can be drawn for the given GUIVisualizationDetailSettings and current scale and exxa...
Stores the information about how to visualize structures.
Position getLineCenter() const
get line center
double getExaggeration(const GUIVisualizationSettings &s, const GUIGlObject *o, double factor=20) const
return the drawing size including exaggeration and constantSize values
void move2side(double amount, double maxExtension=100)
move position vector to side using certain ammount
~GUIContainerStop()
Destructor.
const std::string getOptionalName() const
Returns the stopping place name.