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
op::Thread< TDatums, TWorker > Member List

This is the complete list of members for op::Thread< TDatums, TWorker >, including all inherited members.

add(const std::vector< std::shared_ptr< SubThread< TDatums, TWorker >>> &subThreads)op::Thread< TDatums, TWorker >
add(const std::shared_ptr< SubThread< TDatums, TWorker >> &subThread)op::Thread< TDatums, TWorker >
exec(const std::shared_ptr< std::atomic< bool >> &isRunningSharedPtr)op::Thread< TDatums, TWorker >
isRunning() const op::Thread< TDatums, TWorker >inline
operator=(Thread &&t)op::Thread< TDatums, TWorker >
startInThread()op::Thread< TDatums, TWorker >
stopAndJoin()op::Thread< TDatums, TWorker >
Thread(const std::shared_ptr< std::atomic< bool >> &isRunningSharedPtr=nullptr)op::Thread< TDatums, TWorker >explicit
Thread(Thread &&t)op::Thread< TDatums, TWorker >
~Thread()op::Thread< TDatums, TWorker >virtual