![]() |
XII Release 0.1.0
|
Interface for a single image conversion step. More...
#include <ImageConversion.h>
Public Member Functions | |
virtual xiiArrayPtr< const xiiImageConversionEntry > | GetSupportedConversions () const =0 |
Returns an array pointer of supported conversions. | |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |
![]() | |
xiiEnumerable * | m_pNextInstance |
Interface for a single image conversion step.
The actual functionality is implemented as either xiiImageConversionStepLinear or xiiImageConversionStepDecompressBlocks. Depending on the types on conversion advertised by GetSupportedConversions(), users of this class need to cast it to a derived type first to access the desired functionality.
|
pure virtual |
Returns an array pointer of supported conversions.