![]() |
Drive Engine
1.0.0
Plateforme de reconstruction 3D
|
Public Member Functions | |
| CONSTRUCTOR_H (ICalibrationInfoListPair, DefaultCalibrationInfoListPair, const IImage &key, ICalibrationInfo &value) | |
| DESTRUCTOR_H (DefaultCalibrationInfoListPair) | |
| virtual const IImage * | GetKey () const |
| Get the key, that is the image. More... | |
| virtual ICalibrationInfo * | GetValue () const |
| Gets the value, that is a calibration info. More... | |
| virtual const ICalibrationInfo * | GetConstValue () 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... | |
|
virtual |
Gets the constant value, that is a calibration info.
Exception safety : No-throw guarantee. This member function never throws exceptions.
Implements DriveEngine::ICalibrationInfoListPair.
|
virtual |
Get the key, that is the image.
Exception safety : No-throw guarantee. This member function never throws exceptions.
Implements DriveEngine::ICalibrationInfoListPair.
|
virtual |
Gets the value, that is a calibration info.
Exception safety : No-throw guarantee. This member function never throws exceptions.
Implements DriveEngine::ICalibrationInfoListPair.