OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
enumClasses.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_THREAD_ENUM_CLASSES_HPP
2 #define OPENPOSE_THREAD_ENUM_CLASSES_HPP
3 
4 namespace op
5 {
9  enum class ThreadManagerMode : unsigned char
10  {
24  };
25 }
26 
27 #endif // OPENPOSE_THREAD_ENUM_CLASSES_HPP
ThreadManagerMode
Definition: enumClasses.hpp:9