|
SUMO - Simulation of Urban MObility
|
#include <config.h>#include <utils/gui/globjects/GUIGlObject.h>#include <utils/gui/settings/GUIVisualizationSettings.h>#include <utils/geom/Boundary.h>#include <utils/foxtools/MFXMutex.h>#include "RTree.h"

Go to the source code of this file.
Data Structures | |
| class | SUMORTree |
| A RT-tree for efficient storing of SUMO's GL-objects. More... | |
Macros | |
| #define | GUI_RTREE_QUAL RTree<GUIGlObject*, GUIGlObject, float, 2, GUIVisualizationSettings> |
Definition in file SUMORTree.h.
| #define GUI_RTREE_QUAL RTree<GUIGlObject*, GUIGlObject, float, 2, GUIVisualizationSettings> |
Definition at line 41 of file SUMORTree.h.