| 127 | } |
| 128 | |
| 129 | void Map::SetReferenceMapPoints(const vector<MapPoint *> &vpMPs) |
| 130 | { |
| 131 | unique_lock<mutex> lock(mMutexMap); |
| 132 | mvpReferenceMapPoints = vpMPs; |
| 133 | } |
| 134 | |
| 135 | void Map::InformNewBigChange() |
| 136 | { |
no outgoing calls
no test coverage detected