A list of features. More...
#include <mrpt/vision/CFeature.h>


Public Member Functions | |
| TFeatureType | get_type () const |
| The type of feature which contains. | |
| void | saveToTextFile (const std::string &fileName, bool APPEND=false) |
| Save feature list to a text file. | |
| void | loadFromTextFile (const std::string &fileName) |
| Save feature list to a text file. | |
| TFeatureID | getMaxID () |
| Get the maximum ID into the list. | |
| CFeaturePtr | getByID (TFeatureID ID) const |
| Get a reference to a Feature from its ID. | |
| CFeatureList () | |
| Constructor. | |
| virtual | ~CFeatureList () |
| Virtual destructor. | |
A list of features.
Definition at line 225 of file CFeature.h.
| mrpt::vision::CFeatureList::CFeatureList | ( | ) |
Constructor.
| virtual mrpt::vision::CFeatureList::~CFeatureList | ( | ) | [virtual] |
Virtual destructor.
| TFeatureType mrpt::vision::CFeatureList::get_type | ( | ) | const [inline] |
The type of feature which contains.
Definition at line 231 of file CFeature.h.
References mrpt::vision::featNotDefined, and mrpt::math::size().
| CFeaturePtr mrpt::vision::CFeatureList::getByID | ( | TFeatureID | ID | ) | const |
Get a reference to a Feature from its ID.
| TFeatureID mrpt::vision::CFeatureList::getMaxID | ( | ) |
Get the maximum ID into the list.
| void mrpt::vision::CFeatureList::loadFromTextFile | ( | const std::string & | fileName | ) |
Save feature list to a text file.
| void mrpt::vision::CFeatureList::saveToTextFile | ( | const std::string & | fileName, | |
| bool | APPEND = false | |||
| ) |
Save feature list to a text file.
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |