OpenPose
1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
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
DisplayMode
: unsigned short
11
{
12
NoDisplay
,
13
DisplayAll
,
14
Display2D
,
15
Display3D
,
16
DisplayAdam
17
};
18
23
enum class
FullScreenMode
: bool
24
{
25
FullScreen
,
26
Windowed
,
27
};
28
}
29
30
#endif // OPENPOSE_GUI_ENUM_CLASSES_HPP
op::DisplayMode::NoDisplay
op::FullScreenMode::Windowed
op::FullScreenMode
FullScreenMode
Definition:
enumClasses.hpp:23
op::DisplayMode::DisplayAll
op::DisplayMode::Display3D
op::DisplayMode
DisplayMode
Definition:
enumClasses.hpp:10
op::FullScreenMode::FullScreen
op::DisplayMode::DisplayAdam
op::DisplayMode::Display2D
include
openpose
gui
enumClasses.hpp
Generated by
1.8.6