 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
56 double frompos,
double topos,
unsigned int capacity,
57 double width,
double length,
double angle,
const std::string& name,
59 MSParkingArea(id, lines, lane, frompos, topos, capacity, width, length, angle, name, onRoad),
64 int e = (int)
myShape.size() - 1;
65 for (
int i = 0; i < e; ++i) {
132 if (s.
scale * exaggeration >= 1) {
134 glTranslated(0, 0, .1);
137 glTranslated(lsd.myPosition.x(), lsd.myPosition.y(), lsd.myPosition.z());
138 glRotated(lsd.myRotation, 0, 0, 1);
141 double w = lsd.myWidth / 2. - 0.1 * exaggeration;
142 double h = lsd.myLength;
143 geom.push_back(
Position(- w, + 0, 0.));
144 geom.push_back(
Position(+ w, + 0, 0.));
145 geom.push_back(
Position(+ w, + h, 0.));
146 geom.push_back(
Position(- w, + h, 0.));
147 geom.push_back(
Position(- w, + 0, 0.));
161 for (
size_t i = 0; i !=
myLines.size(); ++i) {
166 glRotated(180, 1, 0, 0);
177 if (s.
scale * exaggeration > 25) {
178 noPoints =
MIN2((
int)(9.0 + (s.
scale * exaggeration) / 10.0), 36);
180 glScaled(exaggeration, exaggeration, 1);
182 glTranslated(0, 0, .1);
198 static_cast<const GUIVehicle* const>(*v)->drawGL(s);
206 double width,
double length,
double angle) {
virtual void releaseVehicles() const
Allows to use the container for microsimulation again.
GUIGlObjectType getType() const
Returns the type of the object as coded in GUIGlObjectType.
virtual const VehCont & getVehiclesSecure() const
Returns the vehicles container; locks it for microsimulation.
static void drawTextSettings(const GUIVisualizationTextSettings &settings, const std::string &text, const Position &pos, const double scale, const double angle=0, const double layer=2048)
A window containing a gl-object's parameter.
std::vector< std::string > myLines
The list of lines that are assigned to this stop.
A lane area vehicles can halt at.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
Representation of a lane in the micro simulation.
double getTextAngle(double objectAngle) const
return an angle that is suitable for reading text aligned with the given angle (degrees)
void drawName(const Position &pos, const double scale, const GUIVisualizationTextSettings &settings, const double angle=0) const
draw name of item
double angle
The current view rotation angle.
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.
int getNumAlternatives() const
double length() const
Returns the length.
void addLotEntry(double x, double y, double z, double width, double length, double angle)
extend boundary
static void setColor(const RGBColor &c)
Sets the gl-color to this value.
Boundary getBoxBoundary() const
Returns a boundary enclosing this list of lines.
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)
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)
~GUIParkingArea()
Destructor.
GUIVisualizationTextSettings addName
const std::set< const MSVehicle * > & getParkingVehicles() const
retrieve the parking vehicles (see GUIParkingArea)
std::vector< double > myShapeLengths
The lengths of the shape parts.
GUIVisualizationDetailSettings detailSettings
detail settings
const std::string myName
The name of the stopping place.
void buildNameCopyPopupEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds entries which allow to copy the name / typed name into the clipboard.
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.
PositionVector myShape
The roadside shape of this parkingArea.
int getCapacity() const
Returns the area capacity.
double rotationDegreeAtOffset(double pos) const
Returns the rotation at the given length.
GUIGlID getGlID() const
Returns the numerical id of the object.
A class that stores a 2D geometrical boundary.
std::vector< LotSpaceDefinition > mySpaceOccupancies
All the spaces in this parking area.
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 add(double x, double y, double z=0)
Makes the boundary include the given coordinate.
Position mySignPos
The position of the sign.
GUIVisualizationTextSettings addFullName
virtual void addLotEntry(double x, double y, double z, double width, double length, double angle)
Add a lot entry to parking area.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
void buildPopupHeader(GUIGLObjectPopupMenu *ret, GUIMainWindow &app, bool addSeparator=true)
Builds the header.
const std::string & getMyName() const
double mySignRot
The rotation of the sign.
int getOccupancy() const
Returns the area occupancy.
static MSNet * getInstance()
Returns the pointer to the unique instance of MSNet (singleton).
double y() const
Returns the y-position.
Boundary myBoundary
the centering boundary
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
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,...
GUIParkingArea(const std::string &id, const std::vector< std::string > &lines, MSLane &lane, double frompos, double topos, unsigned int capacity, double width, double length, double angle, const std::string &name, bool onRoad)
Constructor.
double getWidth() const
Returns the lane's width.
GUIVisualizationSizeSettings addSize
const std::string getOptionalName() const
Returns the stopping place name.
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
std::vector< double > myShapeRotations
The rotations of the shape parts.
const MSLane & myLane
The lane this bus stop is located at.
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
double myWidth
The default width of each parking space.