|
ImagingTools Core SDK
|
#include <IObjectExtractor.h>
Inherits istd::IPolymorphic.
Inherited by imtbase::CCollectionObjectExtractorComp [virtual].
Public Member Functions | |
| virtual QByteArrayList | GetSupportedObjectIds (const istd::IChangeable *compositePtr) const =0 |
| virtual const istd::IChangeable * | ExtractObject (const istd::IChangeable *compositePtr, const QByteArray &objectId) const =0 |
Interface for an object extractor.
Definition at line 16 of file IObjectExtractor.h.
|
pure virtual |
Extract an object from another (e.g. an object composition).
|
pure virtual |
Get the list of supported object-IDs.