OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::SubThreadQueueOut< TDatums, TWorker, TQueue > Class Template Reference

#include <subThreadQueueOut.hpp>

Inheritance diagram for op::SubThreadQueueOut< TDatums, TWorker, TQueue >:

Public Member Functions

 SubThreadQueueOut (const std::vector< TWorker > &tWorkers, const std::shared_ptr< TQueue > &tQueueOut)
 
virtual ~SubThreadQueueOut ()
 
bool work ()
 

Detailed Description

template<typename TDatums, typename TWorker = std::shared_ptr<Worker<TDatums>>, typename TQueue = Queue<TDatums>>
class op::SubThreadQueueOut< TDatums, TWorker, TQueue >

Definition at line 12 of file subThreadQueueOut.hpp.

Constructor & Destructor Documentation

◆ SubThreadQueueOut()

template<typename TDatums , typename TWorker , typename TQueue >
op::SubThreadQueueOut< TDatums, TWorker, TQueue >::SubThreadQueueOut ( const std::vector< TWorker > &  tWorkers,
const std::shared_ptr< TQueue > &  tQueueOut 
)

Definition at line 36 of file subThreadQueueOut.hpp.

◆ ~SubThreadQueueOut()

template<typename TDatums , typename TWorker , typename TQueue >
op::SubThreadQueueOut< TDatums, TWorker, TQueue >::~SubThreadQueueOut
virtual

Definition at line 45 of file subThreadQueueOut.hpp.

Member Function Documentation

◆ work()

template<typename TDatums , typename TWorker , typename TQueue >
bool op::SubThreadQueueOut< TDatums, TWorker, TQueue >::work

Definition at line 50 of file subThreadQueueOut.hpp.


The documentation for this class was generated from the following file: