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

Method update

src/openpose/gui/guiAdam.cpp:275–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 void GuiAdam::update()
276 {
277 try
278 {
279 // 2-D rendering
280 if (mDisplayMode == DisplayMode::DisplayAll || mDisplayMode == DisplayMode::Display2D)
281 Gui::update();
282 }
283 catch (const std::exception& e)
284 {
285 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
286 }
287 }
288}
289#endif

Callers

nothing calls this directly

Calls 2

whatMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected