HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ImageChannel Class Referenceabstract

#include <ImfImageChannel.h>

+ Inheritance diagram for ImageChannel:

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
 
ImageLevellevel ()
 
const ImageLevellevel () 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
 

Detailed Description

Definition at line 44 of file ImfImageChannel.h.

Constructor & Destructor Documentation

IMFUTIL_EXPORT ImageChannel::ImageChannel ( ImageLevel level,
int  xSampling,
int  ySampling,
bool  pLinear 
)
protected
virtual IMFUTIL_EXPORT ImageChannel::~ImageChannel ( )
protectedvirtual

Member Function Documentation

IMFUTIL_EXPORT void ImageChannel::boundsCheck ( int  x,
int  y 
) const
protected
IMFUTIL_EXPORT Channel ImageChannel::channel ( ) const
ImageLevel& ImageChannel::level ( )
inline

Definition at line 79 of file ImfImageChannel.h.

const ImageLevel& ImageChannel::level ( ) const
inline

Definition at line 80 of file ImfImageChannel.h.

size_t ImageChannel::numPixels ( ) const
inline

Definition at line 72 of file ImfImageChannel.h.

int ImageChannel::pixelsPerColumn ( ) const
inline

Definition at line 71 of file ImfImageChannel.h.

int ImageChannel::pixelsPerRow ( ) const
inline

Definition at line 70 of file ImfImageChannel.h.

virtual PixelType ImageChannel::pixelType ( ) const
pure virtual
bool ImageChannel::pLinear ( ) const
inline

Definition at line 69 of file ImfImageChannel.h.

virtual IMFUTIL_EXPORT void ImageChannel::resize ( )
protectedvirtual

Reimplemented in DeepImageChannel, and FlatImageChannel.

int ImageChannel::xSampling ( ) const
inline

Definition at line 67 of file ImfImageChannel.h.

int ImageChannel::ySampling ( ) const
inline

Definition at line 68 of file ImfImageChannel.h.


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