![]() |
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 641 of file GUISUMOAbstractView.h.
| GUISUMOAbstractView::LayerObject::LayerObject | ( | double | layer, |
| GUIGlObject * | object | ||
| ) |
constructor for shapes
Definition at line 2024 of file GUISUMOAbstractView.cpp.
| GUISUMOAbstractView::LayerObject::LayerObject | ( | GUIGlObject * | object | ) |
constructor for non-shape elements
Definition at line 2032 of file GUISUMOAbstractView.cpp.
| GUIGlObject * GUISUMOAbstractView::LayerObject::getGLObject | ( | ) | const |
get GLObject
Definition at line 2041 of file GUISUMOAbstractView.cpp.
|
private |
GLObject.
Definition at line 655 of file GUISUMOAbstractView.h.