MCPcopy Create free account
hub / github.com/cdcseacave/openMVS / Finalize

Method Finalize

apps/InterfaceOpenMVG/InterfaceOpenMVG.cpp:463–470  ·  view source on GitHub ↗

finalize application instance

Source from the content-addressed store, hash-verified

461
462// finalize application instance
463void Application::Finalize()
464{
465 MVS::Finalize();
466
467 CLOSE_LOGFILE();
468 CLOSE_LOGCONSOLE();
469 CLOSE_LOG();
470}
471
472} // unnamed namespace
473

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected