HDK
|
#include <ImfImageChannel.h>
Public Member Functions | |
virtual PixelType | pixelType () const =0 |
IMFUTIL_EXPORT Channel | channel () const |
int | xSampling () const |
int | ySampling () const |
bool | pLinear () const |
int | pixelsPerRow () const |
int | pixelsPerColumn () const |
size_t | numPixels () const |
ImageLevel & | level () |
const ImageLevel & | level () const |
Protected Member Functions | |
IMFUTIL_EXPORT | ImageChannel (ImageLevel &level, int xSampling, int ySampling, bool pLinear) |
virtual IMFUTIL_EXPORT | ~ImageChannel () |
virtual IMFUTIL_EXPORT void | resize () |
IMFUTIL_EXPORT void | boundsCheck (int x, int y) const |
Definition at line 44 of file ImfImageChannel.h.
|
protected |
|
protectedvirtual |
|
protected |
IMFUTIL_EXPORT Channel ImageChannel::channel | ( | ) | const |
|
inline |
Definition at line 76 of file ImfImageChannel.h.
|
inline |
Definition at line 77 of file ImfImageChannel.h.
|
inline |
Definition at line 70 of file ImfImageChannel.h.
|
inline |
Definition at line 69 of file ImfImageChannel.h.
|
inline |
Definition at line 68 of file ImfImageChannel.h.
|
pure virtual |
Implemented in TypedDeepImageChannel< T >, TypedFlatImageChannel< T >, and SampleCountChannel.
|
inline |
Definition at line 67 of file ImfImageChannel.h.
|
protectedvirtual |
Reimplemented in DeepImageChannel, and FlatImageChannel.
|
inline |
Definition at line 65 of file ImfImageChannel.h.
|
inline |
Definition at line 66 of file ImfImageChannel.h.