HDK
|
#include <ImfFlatImageLevel.h>
Public Types | |
typedef std::map< std::string, FlatImageChannel * > | ChannelMap |
Friends | |
class | FlatImage |
class | FlatImageLevel::ConstIterator |
bool | operator== (const ConstIterator &, const ConstIterator &) |
bool | operator!= (const ConstIterator &, const ConstIterator &) |
Additional Inherited Members | |
Protected Member Functions inherited from ImageLevel | |
IMFUTIL_EXPORT | ImageLevel (Image &image, int xLevelNumber, int yLevelNumber) |
virtual IMFUTIL_EXPORT | ~ImageLevel () |
IMFUTIL_EXPORT void | throwChannelExists (const std::string &name) const |
IMFUTIL_EXPORT void | throwBadChannelName (const std::string &name) const |
IMFUTIL_EXPORT void | throwBadChannelNameOrType (const std::string &name) const |
Definition at line 31 of file ImfFlatImageLevel.h.
typedef std::map<std::string, FlatImageChannel*> FlatImageLevel::ChannelMap |
Definition at line 90 of file ImfFlatImageLevel.h.
IMFUTIL_EXPORT Iterator FlatImageLevel::begin | ( | ) |
IMFUTIL_EXPORT ConstIterator FlatImageLevel::begin | ( | ) | const |
IMFUTIL_EXPORT FlatImageChannel& FlatImageLevel::channel | ( | const std::string & | name | ) |
IMFUTIL_EXPORT const FlatImageChannel& FlatImageLevel::channel | ( | const std::string & | name | ) | const |
IMFUTIL_EXPORT FlatImageChannel& FlatImageLevel::channel | ( | ) | const |
IMFUTIL_EXPORT const FlatImageChannel& FlatImageLevel::channel | ( | ) | const |
IMFUTIL_EXPORT FlatImageLevel::ConstIterator | ( | ) |
IMFUTIL_EXPORT FlatImageLevel::ConstIterator | ( | const FlatImageLevel::ChannelMap::const_iterator & | i | ) |
IMFUTIL_EXPORT FlatImageLevel::ConstIterator | ( | const FlatImageLevel::Iterator & | other | ) |
IMFUTIL_EXPORT Iterator FlatImageLevel::end | ( | ) |
IMFUTIL_EXPORT ConstIterator FlatImageLevel::end | ( | ) | const |
IMFUTIL_EXPORT FlatImageChannel* FlatImageLevel::findChannel | ( | const std::string & | name | ) |
IMFUTIL_EXPORT const FlatImageChannel* FlatImageLevel::findChannel | ( | const std::string & | name | ) | const |
TypedFlatImageChannel< T > * FlatImageLevel::findTypedChannel | ( | const std::string & | name | ) |
Definition at line 228 of file ImfFlatImageLevel.h.
const TypedFlatImageChannel< T > * FlatImageLevel::findTypedChannel | ( | const std::string & | name | ) | const |
Definition at line 235 of file ImfFlatImageLevel.h.
IMFUTIL_EXPORT FlatImage& FlatImageLevel::flatImage | ( | ) |
IMFUTIL_EXPORT const FlatImage& FlatImageLevel::flatImage | ( | ) | const |
IMFUTIL_EXPORT FlatImageLevel::Iterator | ( | ) |
IMFUTIL_EXPORT FlatImageLevel::Iterator | ( | const FlatImageLevel::ChannelMap::iterator & | i | ) |
IMFUTIL_EXPORT const std::string& FlatImageLevel::name | ( | ) | const |
IMFUTIL_EXPORT const std::string& FlatImageLevel::name | ( | ) | const |
IMFUTIL_EXPORT Iterator& FlatImageLevel::operator++ | ( | ) |
IMFUTIL_EXPORT Iterator FlatImageLevel::operator++ | ( | int | ) |
IMFUTIL_EXPORT ConstIterator& FlatImageLevel::operator++ | ( | ) |
IMFUTIL_EXPORT ConstIterator FlatImageLevel::operator++ | ( | int | ) |
TypedFlatImageChannel< T > & FlatImageLevel::typedChannel | ( | const std::string & | name | ) |
Definition at line 242 of file ImfFlatImageLevel.h.
const TypedFlatImageChannel< T > & FlatImageLevel::typedChannel | ( | const std::string & | name | ) | const |
Definition at line 253 of file ImfFlatImageLevel.h.
Definition at line 106 of file ImfFlatImageLevel.h.
|
friend |
Definition at line 180 of file ImfFlatImageLevel.h.
|
friend |
|
friend |