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_PYTHON_FLOW_RUNNER_OPTIONS_HPP_INCLUDED
4 #define VISR_APPS_PYTHON_FLOW_RUNNER_OPTIONS_HPP_INCLUDED
5 
7 
8 #include <iosfwd>
9 #include <string>
10 
11 namespace visr
12 {
13 namespace apps
14 {
15 namespace pythonflowrunner
16 {
17 
19 {
20 public:
21  Options();
22 
23  ~Options();
24 };
25 
26 } // namespace pythonflowrunner
27 } // namespace apps
28 } // namespace visr
29 
30 #endif // #ifndef VISR_APPS_PYTHON_FLOW_RUNNER_OPTIONS_HPP_INCLUDED
Definition: options.hpp:18
Definition: options.hpp:18
Definition: options.cpp:10
Options()
Definition: options.cpp:17