OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros
enumClasses.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_GUI_ENUM_CLASSES_HPP
2 #define OPENPOSE_GUI_ENUM_CLASSES_HPP
3 
4 namespace op
5 {
10  enum class GuiDisplayMode : bool
11  {
12  FullScreen,
13  Windowed,
14  };
15 }
16 
17 #endif // OPENPOSE_GUI_ENUM_CLASSES_HPP
GuiDisplayMode
Definition: enumClasses.hpp:10