|  | Drive Engine
    1.0.0
    Plateforme de reconstruction 3D | 
 
  
 | Public Member Functions | |
| CONSTRUCTOR_H (IMatchPair, DefaultMatchPair, const IImage &key, IFeature2D &value) | |
| DESTRUCTOR_H (DefaultMatchPair) | |
| virtual const IImage * | GetKey () const | 
| Get the key, that is the image.  More... | |
| virtual IFeature2D * | GetValue () const | 
| Gets the value, that is a 2D feature.  More... | |
| virtual const IFeature2D * | GetConstValue () const | 
| Gets the constant value, that is a 2D feature.  More... | |
|  Public Member Functions inherited from IExportable | |
| virtual void | Delete () const =0 | 
| Deletes the current object. Needed for memory management.  More... | |
| 
 | virtual | 
Gets the constant value, that is a 2D feature.
Exception safety : No-throw guarantee. This member function never throws exceptions.
Implements DriveEngine::IMatchPair.
| 
 | virtual | 
Get the key, that is the image.
Exception safety : No-throw guarantee. This member function never throws exceptions.
Implements DriveEngine::IMatchPair.
| 
 | virtual | 
Gets the value, that is a 2D feature.
Exception safety : No-throw guarantee. This member function never throws exceptions.
Implements DriveEngine::IMatchPair.