#include <Map.h>
Public Member Functions | |
| void | EmptyTrash () |
| bool | IsGood () |
| Map () | |
| void | MoveBadPointsToTrash () |
| void | Reset () |
Public Attributes | |
| bool | bGood |
| std::vector< KeyFrame * > | vpKeyFrames |
| std::vector< MapPoint * > | vpPoints |
| std::vector< MapPoint * > | vpPointsTrash |
| void Map::EmptyTrash | ( | ) |
| bool Map::IsGood | ( | ) | [inline] |
| void Map::MoveBadPointsToTrash | ( | ) |
| void Map::Reset | ( | ) |
| bool Map::bGood |
| std::vector<KeyFrame*> Map::vpKeyFrames |
| std::vector<MapPoint*> Map::vpPoints |
| std::vector<MapPoint*> Map::vpPointsTrash |