XII Release 0.1.0
Loading...
Searching...
No Matches
xiiImageConversionStepPlanarize Class Referenceabstract

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

#include <ImageConversion.h>

Inheritance diagram for xiiImageConversionStepPlanarize:
[legend]

Public Member Functions

virtual xiiResult ConvertPixels (const xiiImageView &source, xiiArrayPtr< xiiImage > target, xiiUInt32 uiNumPixelsX, xiiUInt32 uiNumPixelsY, xiiImageFormat::Enum sourceFormat, xiiImageFormat::Enum targetFormat) const =0
 Converts a batch of pixels into the given target planes.
 
- Public Member Functions inherited from xiiImageConversionStep
virtual xiiArrayPtr< const xiiImageConversionEntryGetSupportedConversions () const =0
 Returns an array pointer of supported conversions.
 

Additional Inherited Members

- Static Public Member Functions inherited from xiiNoBase
static const xiiRTTIGetStaticRTTI ()
 
- Protected Attributes inherited from xiiEnumerable< xiiImageConversionStep >
xiiEnumerablem_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: