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

Method serialize

include/CameraModels/GeometricCamera.h:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47 template<class Archive>
48 void serialize(Archive& ar, const unsigned int version)
49 {
50 ar & mnId;
51 ar & mnType;
52 ar & mvParameters;
53 }
54
55
56 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected