MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / clear

Method clear

src/wasm/reconstruction.ts:201–207  ·  view source on GitHub ↗

* Clear all loaded data

()

Source from the content-addressed store, hash-verified

199 * Clear all loaded data
200 */
201 clear(): void {
202 if (this.reconstruction) {
203 this.reconstruction.clear();
204 this.invalidateCaches();
205 }
206 this.imagesBuffer = null;
207 }
208
209 /**
210 * Get point count

Callers

nothing calls this directly

Calls 2

invalidateCachesMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected