Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GUISUMOAbstractView::LayerObject Struct Reference

struct used for sorting objects by layer More...

Inheritance diagram for GUISUMOAbstractView::LayerObject:
[legend]
Collaboration diagram for GUISUMOAbstractView::LayerObject:
[legend]

Public Member Functions

GUIGlObjectgetGLObject () const
 get GLObject
 
 LayerObject (double layer, GUIGlObject *object)
 constructor for shapes
 
 LayerObject (GUIGlObject *object)
 constructor for non-shape elements
 

Private Attributes

GUIGlObjectmyGLObject
 GLObject.
 

Detailed Description

struct used for sorting objects by layer

Definition at line 610 of file GUISUMOAbstractView.h.

Constructor & Destructor Documentation

◆ LayerObject() [1/2]

GUISUMOAbstractView::LayerObject::LayerObject ( double  layer,
GUIGlObject object 
)

constructor for shapes

Definition at line 1964 of file GUISUMOAbstractView.cpp.

◆ LayerObject() [2/2]

GUISUMOAbstractView::LayerObject::LayerObject ( GUIGlObject object)

constructor for non-shape elements

Definition at line 1972 of file GUISUMOAbstractView.cpp.

Member Function Documentation

◆ getGLObject()

GUIGlObject * GUISUMOAbstractView::LayerObject::getGLObject ( ) const

get GLObject

Definition at line 1981 of file GUISUMOAbstractView.cpp.

Field Documentation

◆ myGLObject

GUIGlObject* GUISUMOAbstractView::LayerObject::myGLObject
private

GLObject.

Definition at line 624 of file GUISUMOAbstractView.h.


The documentation for this struct was generated from the following files: