MCPcopy Create free account
hub / github.com/UZ-SLAMLab/ORB_SLAM3 / serialize

Method serialize

include/KeyFrameDatabase.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 template<class Archive>
52 void serialize(Archive& ar, const unsigned int version)
53 {
54 ar & mvBackupInvertedFileId;
55 }
56
57public:
58 EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected