![]() |
Plasma Engine
2.0
|
Interface for a single image conversion step. More...
#include <ImageConversion.h>
Public Member Functions | |
virtual plArrayPtr< const plImageConversionEntry > | GetSupportedConversions () const =0 |
Returns an array pointer of supported conversions. | |
Additional Inherited Members | |
![]() | |
static const plRTTI * | GetStaticRTTI () |
![]() | |
plEnumerable * | m_pNextInstance |
Interface for a single image conversion step.
The actual functionality is implemented as either plImageConversionStepLinear or plImageConversionStepDecompressBlocks. 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.