1 #ifndef OPENPOSE_CORE_W_VERBOSE_PRINTER_HPP
2 #define OPENPOSE_CORE_W_VERBOSE_PRINTER_HPP
10 template<
typename TDatums>
14 explicit WVerbosePrinter(
const std::shared_ptr<VerbosePrinter>& verbosePrinter);
20 void work(TDatums& tDatums);
23 const std::shared_ptr<VerbosePrinter> spVerbosePrinter;
37 template<
typename TDatums>
39 const std::shared_ptr<VerbosePrinter>& verbosePrinter) :
40 spVerbosePrinter{verbosePrinter}
44 template<
typename TDatums>
49 template<
typename TDatums>
54 template<
typename TDatums>
68 const auto tDatumPtr = (*tDatums)[0];
69 spVerbosePrinter->printVerbose(tDatumPtr->frameNumber);
78 catch (
const std::exception& e)
82 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
static void printAveragedTimeMsOnIterationX(const std::string &key, const int line, const std::string &function, const std::string &file, const unsigned long long x=DEFAULT_X)
static const std::string timerInit(const int line, const std::string &function, const std::string &file)
static void timerEnd(const std::string &key)
virtual ~WVerbosePrinter()
WVerbosePrinter(const std::shared_ptr< VerbosePrinter > &verbosePrinter)
void initializationOnThread()
void work(TDatums &tDatums)
bool checkNoNullNorEmpty(const TPointerContainer &tPointerContainer)
COMPILE_TEMPLATE_DATUM(WPoseTriangulation)
OP_API void error(const std::string &message, const int line=-1, const std::string &function="", const std::string &file="")
void opLogIfDebug(const T &message, const Priority priority=Priority::Max, const int line=-1, const std::string &function="", const std::string &file="")