Plasma Engine  2.0
Loading...
Searching...
No Matches
plImageConversionStepPlanarize Class Referenceabstract

Interface for a single image conversion step from a linear to a planar format. More...

#include <ImageConversion.h>

Inheritance diagram for plImageConversionStepPlanarize:

Public Member Functions

virtual plResult ConvertPixels (const plImageView &source, plArrayPtr< plImage > target, plUInt32 uiNumPixelsX, plUInt32 uiNumPixelsY, plImageFormat::Enum sourceFormat, plImageFormat::Enum targetFormat) const =0
 Converts a batch of pixels into the given target planes.
 
- Public Member Functions inherited from plImageConversionStep
virtual plArrayPtr< const plImageConversionEntryGetSupportedConversions () const =0
 Returns an array pointer of supported conversions.
 

Additional Inherited Members

- Static Public Member Functions inherited from plNoBase
static const plRTTIGetStaticRTTI ()
 
- Protected Attributes inherited from plEnumerable< plImageConversionStep >
plEnumerablem_pNextInstance
 

Detailed Description

Interface for a single image conversion step from a linear to a planar format.


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