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