VISR  0.11.6
Versatile Interactive Scene Renderer
options.hpp
Go to the documentation of this file.
1 /* Copyright Institute of Sound and Vibration Research - All rights reserved */
2 
3 #ifndef VISR_APPS_BASELINE_RENDERER_OPTIONS_HPP_INCLUDED
4 #define VISR_APPS_BASELINE_RENDERER_OPTIONS_HPP_INCLUDED
5 
7 
8 namespace visr
9 {
10 namespace apps
11 {
12 namespace baseline_renderer
13 {
14 
16 {
17 public:
18  Options();
19 
20  ~Options();
21 };
22 
23 } // namespace baseline_renderer
24 } // namespace apps
25 } // namespace visr
26 
27 #endif // #ifndef VISR_APPS_BASELINE_RENDERER_OPTIONS_HPP_INCLUDED
~Options()
Definition: options.cpp:40
Definition: options.hpp:18
Definition: options.hpp:15
Definition: options.cpp:10
Options()
Definition: options.cpp:17