![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
Functionality to make nodes in the scene graph selectable by mouse clicking. More...
Go to the source code of this file.
Classes | |
class | Menge::SceneGraph::Selectable |
The class interface for selectable objects – objects which can be selectedc in the OpenGL context by clicking on them. More... | |
Namespaces | |
Menge | |
The core namespace. All elements of Menge are contained in this namespace. | |
Typedefs | |
typedef std::vector< Selectable * > | Menge::SceneGraph::SelectableVector |
An STL Vector of Selectable objects. | |
typedef SelectableVector::iterator | Menge::SceneGraph::SelectableVectorItr |
An iterator for the SelectableVector. | |
typedef SelectableVector::const_iterator | Menge::SceneGraph::SelectableVectorCItr |
A const iterator for the SelectableVector. | |
Functionality to make nodes in the scene graph selectable by mouse clicking.