1 #ifndef OPENPOSE_THREAD_THREAD_NO_QUEUE_HPP
2 #define OPENPOSE_THREAD_THREAD_NO_QUEUE_HPP
10 template<
typename TDatums,
typename TWorker = std::shared_ptr<Worker<TDatums>>>
31 template<
typename TDatums,
typename TWorker>
37 template<
typename TDatums,
typename TWorker>
42 template<
typename TDatums,
typename TWorker>
48 return this->workTWorkers(tDatums,
true);
50 catch (
const std::exception& e)
52 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
DELETE_COPY(SubThreadNoQueue)
virtual ~SubThreadNoQueue()
SubThreadNoQueue(const std::vector< TWorker > &tWorkers)
COMPILE_TEMPLATE_DATUM(WPoseTriangulation)
OP_API void error(const std::string &message, const int line=-1, const std::string &function="", const std::string &file="")