vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
configuration.h File Reference
#include <sstream>
#include <map>
#include <boost/program_options.hpp>

Go to the source code of this file.

Classes

class  AP_LSystem::Configuration
 

Namespaces

namespace  AP_LSystem
 

Enumerations

enum  AP_LSystem::LSystemCapabilities {
  AP_LSystem::LS_0L = 0x00000001, AP_LSystem::LS_1LL = 0x00000002, AP_LSystem::LS_1LR = 0x00000004, AP_LSystem::LS_2L = 0x00000008,
  AP_LSystem::LS_IL = 0x00000080, AP_LSystem::LS_DETERMINISTIC = 0x00000100, AP_LSystem::LS_STOCHASTIC = 0x00000200, AP_LSystem::LS_PARAMETRIC = 0x00010000
}