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

Method stop

include/openpose/wrapper/wrapper.hpp:447–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445
446 template<typename TDatum, typename TDatums, typename TDatumsSP, typename TWorker>
447 void WrapperT<TDatum, TDatums, TDatumsSP, TWorker>::stop()
448 {
449 try
450 {
451 mThreadManager.stop();
452 }
453 catch (const std::exception& e)
454 {
455 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
456 }
457 }
458
459 template<typename TDatum, typename TDatums, typename TDatumsSP, typename TWorker>
460 bool WrapperT<TDatum, TDatums, TDatumsSP, TWorker>::isRunning() const

Callers

nothing calls this directly

Calls 2

whatMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected