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

Specification for parsing the view configuration file. More...

#include <string>
#include <vector>
#include "CoreConfig.h"
#include "GLCamera.h"
#include "GLLight.h"
#include "Logger.h"

Go to the source code of this file.

Classes

class  Menge::Vis::CameraParam
 A set of parameters specifying a single camera. More...
 
class  Menge::Vis::LightParam
 A set of parameters specifying a single light. More...
 
class  Menge::Vis::ViewConfig
 The specification of an OpenGL GLViewer for a scene. More...
 

Namespaces

 Menge
 The core namespace. All elements of Menge are contained in this namespace.
 

Functions

Logger & Menge::operator<< (Logger &out, const Vis::ViewConfig &cfg)
 Streaming output operator to display configuration specification. More...
 

Detailed Description

Specification for parsing the view configuration file.