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

Method Finalize

apps/InterfaceMVSNet/InterfaceMVSNet.cpp:170–177  ·  view source on GitHub ↗

finalize application instance

Source from the content-addressed store, hash-verified

168
169// finalize application instance
170void Application::Finalize()
171{
172 MVS::Finalize();
173
174 CLOSE_LOGFILE();
175 CLOSE_LOGCONSOLE();
176 CLOSE_LOG();
177}
178
179void ImageListParse(const LPSTR* argv, Point3& C)
180{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected