MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / SubThread

Method SubThread

include/openpose/thread/subThread.hpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43{
44 template<typename TDatums, typename TWorker>
45 SubThread<TDatums, TWorker>::SubThread(const std::vector<TWorker>& tWorkers) :
46 mTWorkers{tWorkers}
47 {
48 }
49
50 template<typename TDatums, typename TWorker>
51 SubThread<TDatums, TWorker>::~SubThread()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected