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

Method Load

libs/Common/ConfigTable.cpp:100–103  ·  view source on GitHub ↗

* Load the configuration from a file. */

Source from the content-addressed store, hash-verified

98 * Load the configuration from a file.
99 */
100bool CConfigTable::Load(const String& f)
101{
102 return m_oSML.Load(f);
103} // Load
104bool CConfigTable::Load(ISTREAM& oStream)
105{
106 return m_oSML.Load(oStream);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected