MCPcopy Create free account
hub / github.com/colmap/colmap / Clear

Method Clear

src/colmap/scene/reconstruction_manager.cc:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void ReconstructionManager::Clear() { reconstructions_.clear(); }
59
60size_t ReconstructionManager::Read(const std::filesystem::path& path) {
61 const size_t idx = Add();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected