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

Method ~SubThread

include/openpose/thread/subThread.hpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 template<typename TDatums, typename TWorker>
51 SubThread<TDatums, TWorker>::~SubThread()
52 {
53 }
54
55 template<typename TDatums, typename TWorker>
56 bool SubThread<TDatums, TWorker>::workTWorkers(TDatums& tDatums, const bool inputIsRunning)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected