19 #ifndef GNEContainerStop_h 20 #define GNEContainerStop_h 62 GNEContainerStop(
const std::string&
id,
GNELane* lane,
GNEViewNet* viewNet,
double startPos,
double endPos,
const std::string& name,
const std::vector<std::string>& lines,
bool friendlyPosition);
73 const std::vector<std::string>&
getLines()
const;
~GNEContainerStop()
Destructor.
const std::vector< std::string > & getLines() const
get string vector with the lines of the busStop
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
Stores the information about how to visualize structures.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
std::string getAttribute(SumoXMLAttr key) const
This functions has to be implemented in all GNEAttributeCarriers.
void updateGeometry()
update pre-computed geometry information
std::vector< std::string > myLines
The list of lines that are assigned to this stop.
GNEContainerStop & operator=(const GNEContainerStop &)
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 ...
Static storage of an output device and its base (abstract) implementation.
GNEContainerStop(const std::string &id, GNELane *lane, GNEViewNet *viewNet, double startPos, double endPos, const std::string &name, const std::vector< std::string > &lines, bool friendlyPosition)
Constructor.
void writeAdditional(OutputDevice &device) const
writte additional element into a xml file
A lane area vehicles can halt at (netedit-version)