HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Channel Struct Reference

#include <ImfChannelList.h>

Public Member Functions

IMF_EXPORT Channel (PixelType type=HALF, int xSampling=1, int ySampling=1, bool pLinear=false)
 
IMF_EXPORT bool operator== (const Channel &other) const
 

Public Attributes

PixelType type
 
int xSampling
 
int ySampling
 
bool pLinear
 

Detailed Description

Definition at line 30 of file ImfChannelList.h.

Constructor & Destructor Documentation

IMF_EXPORT Channel::Channel ( PixelType  type = HALF,
int  xSampling = 1,
int  ySampling = 1,
bool  pLinear = false 
)

Member Function Documentation

IMF_EXPORT bool Channel::operator== ( const Channel other) const

Member Data Documentation

bool Channel::pLinear

Definition at line 66 of file ImfChannelList.h.

PixelType Channel::type

Definition at line 36 of file ImfChannelList.h.

int Channel::xSampling

Definition at line 47 of file ImfChannelList.h.

int Channel::ySampling

Definition at line 48 of file ImfChannelList.h.


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