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

Method IsValid

src/colmap/util/threading.h:314–314  ·  view source on GitHub ↗

Check whether the data is valid.

Source from the content-addressed store, hash-verified

312
313 // Check whether the data is valid.
314 bool IsValid() const { return valid_; }
315
316 // Get reference to the data.
317 T& Data() { return data_; }

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36