Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
Select.h File Reference

Functionality to make nodes in the scene graph selectable by mouse clicking. More...

#include "CoreConfig.h"
#include <vector>
#include <string>

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.
 

Detailed Description

Functionality to make nodes in the scene graph selectable by mouse clicking.