57 const double startPos,
const double endPos,
const std::string& name,
const std::vector<std::string>& lines,
58 int personCapacity,
double parkingLength,
const RGBColor& color,
bool friendlyPosition,
76 const double startPos,
const double endPos,
const std::string& name,
const std::vector<std::string>& lines,
77 int personCapacity,
double parkingLength,
const RGBColor& color,
bool friendlyPosition,
168 const double startPos,
const double endPos,
const std::string& name,
const std::vector<std::string>& lines,
169 int personCapacity,
double parkingLength,
const RGBColor& color,
bool friendlyPosition,
GUIIcon
An enumeration of icons used by the gui applications.
SumoXMLTag
Numbers representing SUMO-XML - element names.
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 correspondent attribute are valids
RGBColor myColor
RGB color.
static GNEBusStop * buildTrainStop(GNENet *net)
default constructor
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.
void writeAdditional(OutputDevice &device) const
write additional element into a xml file
double myParkingLength
custom space for vehicles that park at this stop
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 & operator=(const GNEBusStop &)=delete
Invalidated assignment operator.
static GNEBusStop * buildBusStop(GNENet *net)
default 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.
Static storage of an output device and its base (abstract) implementation.
std::map< std::string, std::string > Map
parameters map