46 GNEBusStop(
const std::string&
id,
GNELane* lane,
GNENet* net,
const double startPos,
const double endPos,
const int parametersSet,
47 const std::string& name,
const std::vector<std::string>& lines,
int personCapacity,
double parkingLength,
bool friendlyPosition,
bool blockMovement);
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
A lane area vehicles can halt at (netedit-version)
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
GNEBusStop & operator=(const GNEBusStop &)=delete
Invalidated assignment operator.
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes
std::string getAttribute(SumoXMLAttr key) const
void updateGeometry()
update pre-computed geometry information
GNEBusStop(const GNEBusStop &)=delete
Invalidated copy constructor.
double myParkingLength
custom space for vehicles that park at this stop
void drawConnectionAccess(const GUIVisualizationSettings &s, const RGBColor &color) const
draw connections between busStops and access
std::vector< std::string > myLines
The list of lines that are assigned to this stop.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
GNEBusStop(const std::string &id, GNELane *lane, GNENet *net, const double startPos, const double endPos, const int parametersSet, const std::string &name, const std::vector< std::string > &lines, int personCapacity, double parkingLength, bool friendlyPosition, bool blockMovement)
Constructor.
int myPersonCapacity
maximum number of persons that can wait at this stop
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
A NBNetBuilder extended by visualisation and editing capabilities.
Stores the information about how to visualize structures.