|
Namespaces |
| namespace | VCF |
Classes |
| class | VCF::PixelTraits< SizeType, FloatingPoint, GrayScale > |
| class | VCF::PixelAllocater< PixTraits > |
| class | VCF::BGRAPixel< BitSizeType, FloatingPoint, PixTraitsType, PixAllocaterType > |
| | Defines a channel layout order of b,g,r,a with BitSizeType bits per channel. More...
|
| struct | VCF::BGRAPixel< float, true > |
| class | VCF::RGBAPixel< BitSizeType, FloatingPoint, PixTraitsType, PixAllocaterType > |
| | Defines a channel layout order of r,g,b,a with BitSizeType bits per channel. More...
|
| struct | VCF::RGBAPixel< float, true > |
| class | VCF::ARGBPixel< BitSizeType, FloatingPoint, PixTraitsType, PixAllocaterType > |
| | Defines a channel layout order of a,r,g,b with BitSizeType bits per channel. More...
|
| struct | VCF::ARGBPixel< float, true > |
| class | VCF::ABGRPixel< BitSizeType, FloatingPoint, PixTraitsType, PixAllocaterType > |
| | Defines a channel layout order of a,b,g,r with BitSizeType bits per channel. More...
|
| struct | VCF::ABGRPixel< float, true > |
| class | VCF::GrayscalePixel< BitSizeType, FloatingPoint, PixTraitsType, PixAllocaterType > |
| | Defines a channel layout order of a,b,g,r with BitSizeType bits per channel. More...
|
| struct | VCF::GrayscalePixel< float, true > |
| class | VCF::PixelException |
| class | VCF::Pixels< PixelType > |
| class | VCF::Channel< PixelType, ColorChannelVal > |
| class | VCF::ChannelIterator< PixelType, ColorChannelVal > |
| class | VCF::ChannelIterator< ColorPixels::Type, ccRed > |
| | Red color channel iterator specilization. More...
|
| class | VCF::ChannelIterator< ColorPixels::Type, ccGreen > |
| | Green color channel iterator specilization. More...
|
| class | VCF::ChannelIterator< ColorPixels::Type, ccBlue > |
| | Blue color channel iterator specilization. More...
|
| class | VCF::ChannelIterator< ColorPixels::Type, ccAlpha > |
| | Alpha color channel iterator specilization. More...
|
Defines |
| #define | IMTRAITS SysPixelType::Traits |
| #define | SysPixelTypeTraits SysPixelType::Traits |
| #define | GrayPixelTypeTraits SysGrayscalePixelType::Traits |
Typedefs |
| typedef Pixels< SysPixelType > | VCF::ColorPixels |
| typedef Pixels< SysGrayscalePixelType > | VCF::GrayPixels |
typedef Channel< ColorPixels::Type,
ccRed > | VCF::RedChannel |
typedef Channel< ColorPixels::Type,
ccGreen > | VCF::GreenChannel |
typedef Channel< ColorPixels::Type,
ccBlue > | VCF::BlueChannel |
typedef Channel< ColorPixels::Type,
ccAlpha > | VCF::AlphaChannel |
Enumerations |
| enum | VCF::ColorChannel { VCF::ccRed,
VCF::ccGreen,
VCF::ccBlue,
VCF::ccAlpha
} |