![]() |
Eclipse SUMO - Simulation of Urban MObility
|
FOX-declaration. More...
#include <GNELane.h>
Public Member Functions | |
LaneDrawingConstants (const GUIVisualizationSettings &s, const GNELane *lane) | |
parameter constructor (reference) | |
Data Fields | |
const double | exaggeration |
exaggeration | |
const double | halfWidth |
Draw as a normal lane, and reduce width to make sure that a selected edge can still be seen. | |
const double | halfWidth2 |
const double | selectionScale |
selection scale | |
Private Member Functions | |
LaneDrawingConstants () | |
default constructor | |
GNELane::LaneDrawingConstants::LaneDrawingConstants | ( | const GUIVisualizationSettings & | s, |
const GNELane * | lane | ||
) |
parameter constructor (reference)
Definition at line 63 of file GNELane.cpp.
|
private |
default constructor
Definition at line 79 of file GNELane.cpp.
const double GNELane::LaneDrawingConstants::exaggeration |
exaggeration
Definition at line 62 of file GNELane.h.
Referenced by GNELane::drawGL(), GNELane::drawLaneAsRailway(), and GNELane::drawTextures().
const double GNELane::LaneDrawingConstants::halfWidth |
Draw as a normal lane, and reduce width to make sure that a selected edge can still be seen.
Definition at line 68 of file GNELane.h.
Referenced by GNEEdge::drawDottedContourEdge(), GNELane::drawGL(), GNELane::drawLaneStopOffset(), GNEEdgeRelData::drawPartialGL(), GNEEdgeData::drawPartialGL(), GNEEdgeRelData::drawPartialGL(), GNEEdge::drawTAZElements(), and GNEStop::updateGeometry().
const double GNELane::LaneDrawingConstants::halfWidth2 |
Definition at line 65 of file GNELane.h.
Referenced by GNELane::drawGL().
const double GNELane::LaneDrawingConstants::selectionScale |