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

Method NumBytes

src/colmap/mvs/workspace.h:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 CachedImage(CachedImage&& other) noexcept;
124 CachedImage& operator=(CachedImage&& other) noexcept;
125 inline size_t NumBytes() const { return num_bytes; }
126 size_t num_bytes = 0;
127 std::mutex mutex;
128 std::unique_ptr<Bitmap> bitmap;

Callers 1

workspace.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected