47 void SetReferenceMapPoints(
const std::vector<MapPoint*> &vpMPs);
48 void InformNewBigChange();
49 int GetLastBigChangeIdx();
51 std::vector<KeyFrame*> GetAllKeyFrames();
52 std::vector<MapPoint*> GetAllMapPoints();
53 std::vector<MapPoint*> GetReferenceMapPoints();
55 long unsigned int MapPointsInMap();
56 long unsigned KeyFramesInMap();
58 long unsigned int GetMaxKFid();
62 vector<KeyFrame*> mvpKeyFrameOrigins;
64 std::mutex mMutexMapUpdate;
67 std::mutex mMutexPointCreation;
70 std::set<MapPoint*> mspMapPoints;
71 std::set<KeyFrame*> mspKeyFrames;
73 std::vector<MapPoint*> mvpReferenceMapPoints;
75 long unsigned int mnMaxKFid;
Definition: KeyFrame.h:43
Definition: Converter.cpp:24
Definition: MapPoint.h:39