MCPcopy Create free account
hub / github.com/adityamwagh/SuperSLAM / size

Method size

include/KeyframeDatabase.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 const KeyframeRecord& get(size_t keyframe_id) const;
34 bool has(size_t keyframe_id) const { return id_to_index_.count(keyframe_id) != 0; }
35 size_t size() const { return keyframes_.size(); }
36
37 // Records in insertion order (== keyframe creation order).
38 const std::vector<KeyframeRecord>& records() const { return keyframes_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected