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

#include <subThreadQueueIn.hpp>

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

Public Member Functions

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

Detailed Description

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

Definition at line 12 of file subThreadQueueIn.hpp.

Constructor & Destructor Documentation

◆ SubThreadQueueIn()

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

Definition at line 36 of file subThreadQueueIn.hpp.

◆ ~SubThreadQueueIn()

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

Definition at line 45 of file subThreadQueueIn.hpp.

Member Function Documentation

◆ work()

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

Definition at line 50 of file subThreadQueueIn.hpp.


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