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

Method Finalize

apps/TextureMesh/TextureMesh.cpp:216–223  ·  view source on GitHub ↗

finalize application instance

Source from the content-addressed store, hash-verified

214
215// finalize application instance
216void Application::Finalize()
217{
218 MVS::Finalize();
219
220 CLOSE_LOGFILE();
221 CLOSE_LOGCONSOLE();
222 CLOSE_LOG();
223}
224
225} // unnamed namespace
226

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected