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

Method ClearCache

libs/MVS/DMapCache.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void DMapCache::ClearCache() {
92 std::lock_guard<std::mutex> guard(mutex);
93 skipMemoryCheckIdxImage = NO_ID;
94 while (!IsEmpty())
95 EjectOldest();
96}
97
98size_t DMapCache::ComputeUsedMemory() const {
99 std::lock_guard<std::mutex> guard(mutex);

Callers 1

SceneDensify.cppFile · 0.80

Calls 1

IsEmptyFunction · 0.70

Tested by

no test coverage detected