VCF::ChannelIterator< ColorPixels::Type, ccBlue > Class Template Reference
Blue color channel iterator specilization. More...
#include <Pixels.h>
Public Types | |
| typedef ColorPixels::Type::Traits::ChannelType | Type |
| typedef Channel< ColorPixels::Type, ccBlue > | ChannelType |
| typedef ChannelType::PixType | PixType |
Public Member Functions | |
| ChannelIterator () | |
| ~ChannelIterator () | |
| bool | operator== (const ChannelIterator &rhs) const |
| bool | operator!= (const ChannelIterator &rhs) const |
| Type & | operator * () |
| ChannelIterator & | operator++ () |
| ChannelIterator | operator++ (int) |
| ChannelIterator & | operator+= (const uint32 &incrBy) |
Protected Member Functions | |
| void | setToBegin (ChannelType &channel) |
| void | setToEnd (ChannelType &channel) |
Protected Attributes | |
| PixType * | ptr_ |
Friends | |
| class | Channel< ColorPixels::Type, ccBlue > |
Detailed Description
template<>
class VCF::ChannelIterator< ColorPixels::Type, ccBlue >
Blue color channel iterator specilization.
Member Typedef Documentation
|
|
|
|
|
|
|
|
|
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Friends And Related Function Documentation
|
|
|
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/GraphicsKit/Pixels.h
