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

Public Member Functions

 CONSTRUCTOR_H (ICalibrationInfoListPair, DefaultCalibrationInfoListPair, const IImage &key, ICalibrationInfo &value)
 
 DESTRUCTOR_H (DefaultCalibrationInfoListPair)
 
virtual const IImageGetKey () const
 Get the key, that is the image. More...
 
virtual ICalibrationInfoGetValue () const
 Gets the value, that is a calibration info. More...
 
virtual const ICalibrationInfoGetConstValue () const
 Gets the constant value, that is a calibration info. 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 ICalibrationInfo * DefaultCalibrationInfoListPair::GetConstValue ( ) const
virtual

Gets the constant value, that is a calibration info.

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

Returns
The calibration info.

Implements DriveEngine::ICalibrationInfoListPair.

const IImage * DefaultCalibrationInfoListPair::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::ICalibrationInfoListPair.

ICalibrationInfo * DefaultCalibrationInfoListPair::GetValue ( ) const
virtual

Gets the value, that is a calibration info.

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

Returns
The calibration info.

Implements DriveEngine::ICalibrationInfoListPair.


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