Drive Engine  1.0.0
Plateforme de reconstruction 3D
DriveEngine::DefaultFeature2DListOfList Class Reference

Default implementation of the feature 2D list of list. More...

#include <DefaultFeature2DListOfList.h>

Inheritance diagram for DriveEngine::DefaultFeature2DListOfList:
DriveEngine::IFeature2DListOfList DriveEngine::IList DriveEngine::ICollection IExportable

Additional Inherited Members

- Public Member Functions inherited from DriveEngine::IFeature2DListOfList
virtual IFeature2DListGetIFeature2DList (Index index) const =0
 Gets the list of 2D features. More...
 
virtual void Add (IFeature2DList &position)=0
 Adds a list of 2D features. More...
 
virtual void Remove (IFeature2DList &position)=0
 Removes a list of 2D features, if it exist in the list. Otherwise, do nothing. More...
 
- Public Member Functions inherited from DriveEngine::IList
virtual IExportableGetElement (Index index) const =0
 Gets an element. More...
 
virtual const IExportableGetConstElement (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 IEnumeratorGetEnumerator () const =0
 Gets an enumerator. More...
 
virtual IConstEnumeratorGetConstEnumerator () 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...
 

Detailed Description

Default implementation of the feature 2D list of list.

See also
IFeature2DListOfList

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