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
verbosePrinter.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_CORE_VERBOSE_PRINTER_HPP
2 #define OPENPOSE_CORE_VERBOSE_PRINTER_HPP
3 
5 
6 namespace op
7 {
9  {
10  public:
11  VerbosePrinter(const double verbose, const unsigned long long numberFrames);
12 
13  virtual ~VerbosePrinter();
14 
15  void printVerbose(const unsigned long long frameNumber) const;
16 
17  private:
18  const unsigned long long mNumberFrames;
19  const std::string mNumberFramesString;
20  const double mVerbose;
21  };
22 }
23 
24 #endif // OPENPOSE_CORE_VERBOSE_PRINTER_HPP
Definition: verbosePrinter.hpp:8
#define OP_API
Definition: macros.hpp:19
std::string string
Definition: cl2.hpp:574