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