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