HDK
|
#include <ImfDeepImageChannel.h>
Public Member Functions | |
virtual PixelType | pixelType () const |
virtual DeepSlice | slice () const |
T * | operator() (int x, int y) |
const T * | operator() (int x, int y) const |
T * | at (int x, int y) |
const T * | at (int x, int y) const |
T *const * | row (int r) |
const T *const * | row (int r) const |
Public Member Functions inherited from DeepImageChannel | |
DeepImageLevel & | deepLevel () |
const DeepImageLevel & | deepLevel () const |
SampleCountChannel & | sampleCounts () |
const SampleCountChannel & | sampleCounts () const |
Public Member Functions inherited from ImageChannel | |
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 |
Friends | |
class | DeepImageLevel |
Additional Inherited Members | |
Protected Member Functions inherited from DeepImageChannel | |
DeepImageChannel (DeepImageLevel &level, bool pLinear) | |
virtual | ~DeepImageChannel () |
DeepImageChannel (const DeepImageChannel &other)=delete | |
DeepImageChannel & | operator= (const DeepImageChannel &other)=delete |
DeepImageChannel (DeepImageChannel &&other)=delete | |
DeepImageChannel & | operator= (DeepImageChannel &&other)=delete |
Protected Member Functions inherited from ImageChannel | |
IMFUTIL_EXPORT | ImageChannel (ImageLevel &level, int xSampling, int ySampling, bool pLinear) |
virtual IMFUTIL_EXPORT | ~ImageChannel () |
IMFUTIL_EXPORT void | boundsCheck (int x, int y) const |
Definition at line 102 of file ImfDeepImageChannel.h.
|
inline |
Definition at line 233 of file ImfDeepImageChannel.h.
|
inline |
Definition at line 241 of file ImfDeepImageChannel.h.
|
inline |
Definition at line 219 of file ImfDeepImageChannel.h.
|
inline |
Definition at line 226 of file ImfDeepImageChannel.h.
|
virtual |
Implements ImageChannel.
|
inline |
Definition at line 249 of file ImfDeepImageChannel.h.
|
inline |
Definition at line 256 of file ImfDeepImageChannel.h.
|
virtual |
Implements DeepImageChannel.
|
friend |
Definition at line 155 of file ImfDeepImageChannel.h.