ACF $AcfVersion:0$
Namespaces | Classes
Image Processing

Image-based data definition and algorithms. More...

Namespaces

namespace  iimg
 Contains the system indenendent definitions of image and related themes.
 

Classes

class  iimg::CBitmap
 Bitmap implementation based on Qt QImage. More...
 
class  iimg::CBitmapBase
 Base implementation of some iimg::IBitmap methods. More...
 
class  iimg::CBitmapLoaderComp
 Bitmap loader component implementing interfaces ifile::IFilePersistence. More...
 
class  iimg::CBitmapSurface
 Union of a bitmap objects and its samples represented as a 2D sampled function. More...
 
class  iimg::CComposedBitmapProviderComp
 Component for composition/grouping of more single bitmap providers. More...
 
class  iimg::CGeneralBitmap
 Standard device- and platform-independent bitmap definition. More...
 
class  iimg::CMultiPageBitmapBase
 Definition of a multi-page bitmap document. More...
 
class  iimg::CMultiPageBitmapComp
 Realization of the multi-page bitmap used the component factory for the instatiation of the page bitmap. More...
 
class  iimg::CMultiPageBitmapSequenceComp
 Realization of the multi-page bitmap sequence used the component factory for the instatiation of the single sequence frame. More...
 
class  iimg::CReflectedBitmapBase
 Implementation of bitmap storing internal additionaly QImage object reflecting state of main bitmap after conversion to Qt formats. More...
 
class  iimg::CScanlineMask
 Representation of a 2D-region as container of bitmap line scans. More...
 
class  iimg::IBitmap
 Definition of single plane bitmap. More...
 
class  iimg::IBitmapProvider
 Bitmap supplier allowing to access of produced bitmap. More...
 
class  iimg::IMultiBitmapProvider
 Supplier allowing to access of multiple produced bitmaps. More...
 
class  iimg::IMultiPageBitmapController
 Interface of a controller for handling multi-page bitmaps. More...
 
class  iimg::IQImageProvider
 Interface for QImage object provider. More...
 
class  iimg::IRasterImage
 General definition of image contains pixels in regular grid. More...
 
class  iimg::TMultiPageBitmap< BitmapImpl >
 Generic implementation of a multi-page bitmap. More...
 
class  iimg::TPixelConversion< SourcePixel, DestPixel, CalcPixel >
 A generic pixel conversion. More...
 

Detailed Description

Image-based data definition and algorithms.