|
Jafar
|
This class holds a list of features. More...
This class holds a list of features.
And provides some functions to manipulate that list.
Definition at line 19 of file FeaturesBag.hpp.
#include <FeaturesBag.hpp>
Public Member Functions | |
| FeaturesBag (const FeaturesBag &bag) | |
| FeaturesBag & | operator= (const FeaturesBag &bag) |
| void | addFeature (Feature *f) |
| void | removeFeature (Feature *f) |
| int | count () const |
| const Feature * | featureAt (int index) const |
| Feature * | featureAt (int index) |
| Feature * | feature (int _id) |
| void | removeFeature (const Feature *f) |
| Remove the feature from this list. | |
| std::list< MatchResult > | findMatches (const FeaturesBag &) const |
| virtual void | fillDisplayContext (DisplayContext *, MapsTransformation *mapsTransfo) const |
Private Attributes | |
| Private *const | d |
| Feature* jafar::spaf::FeaturesBag::feature | ( | int | _id | ) |
| Generated on Wed Oct 15 2014 00:37:50 for Jafar by doxygen 1.7.6.1 |
|