![]() |
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) More... | |
Data Fields | |
| const double | exaggeration |
| exaggeration More... | |
| const double | halfWidth |
| Draw as a normal lane, and reduce width to make sure that a selected edge can still be seen. More... | |
| const double | halfWidth2 |
| const double | selectionScale |
| selection scale More... | |
Private Member Functions | |
| LaneDrawingConstants () | |
| default constructor More... | |
| GNELane::LaneDrawingConstants::LaneDrawingConstants | ( | const GUIVisualizationSettings & | s, |
| const GNELane * | lane | ||
| ) |
parameter constructor (reference)
Definition at line 68 of file GNELane.cpp.
|
private |
default constructor
Definition at line 84 of file GNELane.cpp.
| const double GNELane::LaneDrawingConstants::exaggeration |
exaggeration
Definition at line 62 of file GNELane.h.
Referenced by GNEContour::buildAndDrawDottedContourEdge(), 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 GNEContour::buildAndDrawDottedContourEdge(), GNELane::drawGL(), GNEEdgeData::drawLanePartialGL(), GNEEdgeRelData::drawLanePartialGL(), GNELane::drawLaneStopOffset(), GNEEdge::drawTAZElements(), and GNEStopPlan::updateGeometry().
| const double GNELane::LaneDrawingConstants::halfWidth2 |
Definition at line 65 of file GNELane.h.
Referenced by GNELane::drawGL().
| const double GNELane::LaneDrawingConstants::selectionScale |