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_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,
11  Output,
12  Size,
13  };
14 }
15 
16 #endif // OPENPOSE_WRAPPER_ENUM_CLASSES_HPP
WorkerType
Definition: enumClasses.hpp:6