![]() |
XII Release 0.1.0
|
Base class for a registered (globally known) xiiImageFileFormat. More...
#include <ImageFileFormat.h>
Public Member Functions | |
virtual const xiiImageFileFormat & | GetFormatType () const =0 |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |
![]() | |
xiiEnumerable * | m_pNextInstance |
Base class for a registered (globally known) xiiImageFileFormat.
This is an enumerable class, so all known formats can be retrieved through the xiiEnumerable interface. For example:
for (auto format = xiiRegisteredImageFileFormat::GetFirstInstance(); format != nullptr; format = format->GetNextInstance()) { auto& type = format->GetFormatType(); }