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_WRAPPER_ENUM_CLASSES_HPP
2
#define OPENPOSE_WRAPPER_ENUM_CLASSES_HPP
3
4
namespace
op
5
{
6
enum class
WorkerType
: unsigned char
7
{
8
Input
= 0,
9
// PreProcessing,
10
PostProcessing
,
11
Output
,
12
Size
,
13
};
14
}
15
16
#endif // OPENPOSE_WRAPPER_ENUM_CLASSES_HPP
op::WorkerType::PostProcessing
op::WorkerType::Size
op::WorkerType::Input
op::WorkerType::Output
op::WorkerType
WorkerType
Definition:
enumClasses.hpp:6
include
openpose
wrapper
enumClasses.hpp
Generated by
1.8.6