|
HDK
|
#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 |
Definition at line 27 of file ImfChannelList.h.
| IMF_EXPORT Channel::Channel | ( | PixelType | type = HALF, |
| int | xSampling = 1, |
||
| int | ySampling = 1, |
||
| bool | pLinear = false |
||
| ) |
| IMF_EXPORT bool Channel::operator== | ( | const Channel & | other | ) | const |
| bool Channel::pLinear |
Definition at line 61 of file ImfChannelList.h.
| PixelType Channel::type |
Definition at line 33 of file ImfChannelList.h.
| int Channel::xSampling |
Definition at line 43 of file ImfChannelList.h.
| int Channel::ySampling |
Definition at line 44 of file ImfChannelList.h.