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

Method Finalize

apps/ReconstructMesh/ReconstructMesh.cpp:222–229  ·  view source on GitHub ↗

finalize application instance

Source from the content-addressed store, hash-verified

220
221// finalize application instance
222void Application::Finalize()
223{
224 MVS::Finalize();
225
226 CLOSE_LOGFILE();
227 CLOSE_LOGCONSOLE();
228 CLOSE_LOG();
229}
230
231} // unnamed namespace
232

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected