![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct used for sorting objects by layer More...
Public Member Functions | |
| GUIGlObject * | getGLObject () const |
| get GLObject | |
| LayerObject (double layer, GUIGlObject *object) | |
| constructor for shapes | |
| LayerObject (GUIGlObject *object) | |
| constructor for non-shape elements | |
Private Attributes | |
| GUIGlObject * | myGLObject |
| GLObject. | |
struct used for sorting objects by layer
Definition at line 654 of file GUISUMOAbstractView.h.
| GUISUMOAbstractView::LayerObject::LayerObject | ( | double | layer, |
| GUIGlObject * | object ) |
constructor for shapes
Definition at line 2085 of file GUISUMOAbstractView.cpp.
References myGLObject.
| GUISUMOAbstractView::LayerObject::LayerObject | ( | GUIGlObject * | object | ) |
constructor for non-shape elements
Definition at line 2093 of file GUISUMOAbstractView.cpp.
References myGLObject.
| GUIGlObject * GUISUMOAbstractView::LayerObject::getGLObject | ( | ) | const |
|
private |
GLObject.
Definition at line 668 of file GUISUMOAbstractView.h.
Referenced by getGLObject(), LayerObject(), and LayerObject().