![]() |
Drive Engine
1.0.0
Plateforme de reconstruction 3D
|
Default implementation of the feature 2D list. More...
#include <DefaultPosition2DList.h>
Public Member Functions | |
| virtual const IImage * | GetSourceImage () const |
| Gets the source image, if any. More... | |
| virtual void | SetSourceImage (const IImage &image) |
| Sets the source image More... | |
Public Member Functions inherited from DriveEngine::IPosition2DList | |
| virtual IPosition2D * | GetIPosition2D (Index index) const =0 |
| Gets the 2D position. More... | |
| virtual void | Add (IPosition2D &position)=0 |
| Adds a 2D position. More... | |
| virtual void | Remove (IPosition2D &position)=0 |
| Removes a 2D position, if it exist in the list. Otherwise, do nothing. More... | |
Public Member Functions inherited from DriveEngine::IList | |
| virtual IExportable * | GetElement (Index index) const =0 |
| Gets an element. More... | |
| virtual const IExportable * | GetConstElement (Index index) const =0 |
| Gets a constant element. More... | |
| virtual void | Add (IExportable &element)=0 |
| Adds an element. More... | |
| virtual void | Remove (IExportable &element)=0 |
| Removes an element. More... | |
| virtual void | AddList (const IList &list)=0 |
| Adds every element of a list. More... | |
| virtual void | RemoveList (const IList &list)=0 |
| Remove every element of a list. More... | |
Public Member Functions inherited from DriveEngine::ICollection | |
| virtual Size | GetSize () const =0 |
| Gets the size, that is the number of elements contained in the collection. More... | |
| virtual bool | IsEmpty () const =0 |
| Verify if the collection is empty. More... | |
| virtual IEnumerator * | GetEnumerator () const =0 |
| Gets an enumerator. More... | |
| virtual IConstEnumerator * | GetConstEnumerator () const =0 |
| Gets a constant enumerator. More... | |
| virtual void | Clear ()=0 |
| Remove every element contained in the collection. More... | |
Public Member Functions inherited from IExportable | |
| virtual void | Delete () const =0 |
| Deletes the current object. Needed for memory management. More... | |
Default implementation of the feature 2D list.
|
virtual |
Gets the source image, if any.
Exception safety : No-throw guarantee. This member function never throws exceptions.
Implements DriveEngine::IPosition2DList.
|
virtual |
Sets the source image
Exception safety : Strong exception safety. This member function throws exceptions.
| image | The image. It must not be null. |
Implements DriveEngine::IPosition2DList.