![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Contains the system indenendent definitions of image and related themes. More...
Classes | |
class | CBitmap |
Bitmap implementation based on Qt QImage. More... | |
class | CBitmapBase |
Base implementation of some iimg::IBitmap methods. More... | |
class | CBitmapPersistenceComp |
Bitmap loader component implementing interfaces ifile::IFilePersistence . More... | |
class | CBitmapSlice |
Represents bitmap rectangle slice. More... | |
class | CBitmapSurface |
Union of a bitmap objects and its samples represented as a 2D sampled function. More... | |
class | CComposedBitmapProviderComp |
Component for composition/grouping of more single bitmap providers. More... | |
class | CGeneralBitmap |
Standard device- and platform-independent bitmap definition. More... | |
class | CMultiPageBitmapBase |
Definition of a multi-page bitmap document. More... | |
class | CMultiPageBitmapComp |
Realization of the multi-page bitmap used the component factory for the instatiation of the page bitmap. More... | |
class | CMultiPageBitmapSequenceComp |
Realization of the multi-page bitmap sequence used the component factory for the instatiation of the single sequence frame. More... | |
class | CPixelFormatList |
class | CReflectedBitmapBase |
Implementation of bitmap storing internal additionaly QImage object reflecting state of main bitmap after conversion to Qt formats. More... | |
class | CScanlineMask |
Representation of a 2D-region as container of bitmap line scans. More... | |
class | IBitmap |
Definition of single plane bitmap. More... | |
class | IBitmapProvider |
Bitmap supplier allowing to access of produced bitmap. More... | |
class | IMultiBitmapProvider |
Supplier allowing to access of multiple produced bitmaps. More... | |
class | IMultiPageBitmapController |
Interface of a controller for handling multi-page bitmaps. More... | |
class | IQImageProvider |
Interface for QImage object provider. More... | |
class | IRasterImage |
General definition of image contains pixels in regular grid. More... | |
class | TMultiPageBitmap |
Generic implementation of a multi-page bitmap. More... | |
class | TPixelConversion |
A generic pixel conversion. More... | |
Typedefs | |
typedef TMultiPageBitmap< CGeneralBitmap > | CGeneralMultiPageBitmap |
typedef TPixelConversion< quint8, quint8 > | CGrayGrayPixelConversion |
typedef TPixelConversion< float, quint8, float > | CFloatGrayPixelConversion |
typedef TPixelConversion< quint8, float, float > | CGrayFloatPixelConversion |
typedef TPixelConversion< float, float > | CFloatFloatPixelConversion |
Functions | |
size_t | qHash (const CScanlineMask &key, size_t seed=0) |
Contains the system indenendent definitions of image and related themes.
This package use following ICF packages:
typedef TPixelConversion<float, float> iimg::CFloatFloatPixelConversion |
Definition at line 150 of file TPixelConversion.h.
typedef TPixelConversion<float, quint8, float> iimg::CFloatGrayPixelConversion |
Definition at line 148 of file TPixelConversion.h.
Definition at line 67 of file TMultiPageBitmap.h.
typedef TPixelConversion<quint8, float, float> iimg::CGrayFloatPixelConversion |
Definition at line 149 of file TPixelConversion.h.
typedef TPixelConversion<quint8, quint8> iimg::CGrayGrayPixelConversion |
Definition at line 147 of file TPixelConversion.h.
size_t iimg::qHash | ( | const CScanlineMask & | key, |
size_t | seed = 0 ) |
© Witold Gantzke and Kirill Lepskiy