const std::string invalid_return< std::string >::value
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
A class that stores a 2D geometrical boundary.
GNELaneType & operator=(const GNELaneType &s)=delete
invalidated assignment operator
void updateGeometry() override
update pre-computed geometry information
bool checkDrawMoveContour() const override
check if draw move contour (red)
GNEEdgeType * myEdgeTypeParent
pointer to EdgeTypeParent
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList) override
bool isValid(SumoXMLAttr key, const std::string &value) override
Parameterised * getParameters() override
get parameters associated with this laneType
void drawGL(const GUIVisualizationSettings &s) const override
Draws the object.
Position getPositionInView() const
Returns position of hierarchical element in view.
void updateCenteringBoundary(const bool updateGrid)
update centering boundary (implies change in RTREE)
bool checkDrawRelatedContour() const override
check if draw related contour (cyan)
bool checkDrawOverContour() const override
check if draw over contour (orange)
double getAttributeDouble(SumoXMLAttr key) const override
GNEMoveElement * getMoveElement() const override
methods to retrieve the elements linked to this laneType
GNELaneType(GNEEdgeType *edgeTypeParent)
Constructor.
PositionVector getAttributePositionVector(SumoXMLAttr key) const override
void copyLaneType(GNELaneType *originalLaneType, GNEUndoList *undoList)
copy values of given laneType in current laneType
bool checkDrawDeleteContour() const override
check if draw delete contour (pink/white)
bool checkDrawFromContour() const override
check if draw from contour (green)
void updateGLObject() override
update GLObject (geometry, ID, etc.)
Boundary getCenteringBoundary() const override
Returns the boundary to which the view shall be centered in order to show the object.
GNEEdgeType * getEdgeTypeParent() const
get edge type parent
bool checkDrawToContour() const override
check if draw from contour (magenta)
friend class GNECreateEdgeFrame
GNECreateEdgeFrame need access to setAttribute.
Position getAttributePosition(SumoXMLAttr key) const override
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent) override
Returns an own popup-menu.
bool checkDrawSelectContour() const override
check if draw select contour (blue)
bool checkDrawDeleteContourSmall() const override
check if draw delete contour small (pink/white)
~GNELaneType()
Destructor.
void deleteGLObject() override
delete element
GNELaneType(const GNELaneType &s)=delete
invalidated copy constructor
std::string getAttribute(SumoXMLAttr key) const override
GNENetworkElement(GNENet *net, const std::string &id, SumoXMLTag tag)
Constructor.
Stores the information about how to visualize structures.
Parameterised()
Default constructor.
A point in 2D or 3D with translation and scaling methods.