Drive Engine  1.0.0
Plateforme de reconstruction 3D
DriveEngine::DefaultMatchPair Class Reference
Inheritance diagram for DriveEngine::DefaultMatchPair:
DriveEngine::IMatchPair IExportable

Public Member Functions

 CONSTRUCTOR_H (IMatchPair, DefaultMatchPair, const IImage &key, IFeature2D &value)
 
 DESTRUCTOR_H (DefaultMatchPair)
 
virtual const IImageGetKey () const
 Get the key, that is the image. More...
 
virtual IFeature2DGetValue () const
 Gets the value, that is a 2D feature. More...
 
virtual const IFeature2DGetConstValue () 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...
 

Member Function Documentation

const IFeature2D * DefaultMatchPair::GetConstValue ( ) const
virtual

Gets the constant value, that is a 2D feature.

Exception safety : No-throw guarantee. This member function never throws exceptions.

Returns
The 2D feature.

Implements DriveEngine::IMatchPair.

const IImage * DefaultMatchPair::GetKey ( ) const
virtual

Get the key, that is the image.

Exception safety : No-throw guarantee. This member function never throws exceptions.

Returns
The image.

Implements DriveEngine::IMatchPair.

IFeature2D * DefaultMatchPair::GetValue ( ) const
virtual

Gets the value, that is a 2D feature.

Exception safety : No-throw guarantee. This member function never throws exceptions.

Returns
The 2D feature.

Implements DriveEngine::IMatchPair.


The documentation for this class was generated from the following files: