ACF $AcfVersion:0$
Classes | Typedefs | Functions

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  CBitmapLoaderComp
 Bitmap loader component implementing interfaces ifile::IFilePersistence. 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 istd::TUniqueInterfacePtr< iimg::IBitmapIBitmapUniquePtr
 
typedef istd::TSharedInterfacePtr< iimg::IBitmapIBitmapSharedPtr
 
typedef istd::TUniqueInterfacePtr< IMultiBitmapProviderIMultiBitmapProviderUniquePtr
 
typedef istd::TSharedInterfacePtr< IMultiBitmapProviderIMultiBitmapProviderSharedPtr
 
typedef TMultiPageBitmap< CGeneralBitmapCGeneralMultiPageBitmap
 
typedef TMultiPageBitmap< CBitmapCMultiPageBitmap
 
typedef TPixelConversion< quint8, quint8 > CGrayGrayPixelConversion
 
typedef TPixelConversion< float, quint8, float > CFloatGrayPixelConversion
 
typedef TPixelConversion< quint8, float, float > CGrayFloatPixelConversion
 
typedef TPixelConversion< float, float > CFloatFloatPixelConversion
 

Functions

uint qHash (const CScanlineMask &key, uint seed=0)
 

Detailed Description

Contains the system indenendent definitions of image and related themes.

This package use following ACF packages:

Typedef Documentation

◆ CFloatFloatPixelConversion

Definition at line 148 of file TPixelConversion.h.

◆ CFloatGrayPixelConversion

typedef TPixelConversion<float, quint8, float> iimg::CFloatGrayPixelConversion

Definition at line 146 of file TPixelConversion.h.

◆ CGeneralMultiPageBitmap

Definition at line 66 of file TMultiPageBitmap.h.

◆ CGrayFloatPixelConversion

typedef TPixelConversion<quint8, float, float> iimg::CGrayFloatPixelConversion

Definition at line 147 of file TPixelConversion.h.

◆ CGrayGrayPixelConversion

Definition at line 145 of file TPixelConversion.h.

◆ CMultiPageBitmap

Definition at line 67 of file TMultiPageBitmap.h.

◆ IBitmapSharedPtr

Definition at line 187 of file IBitmap.h.

◆ IBitmapUniquePtr

Definition at line 186 of file IBitmap.h.

◆ IMultiBitmapProviderSharedPtr

Definition at line 42 of file IMultiBitmapProvider.h.

◆ IMultiBitmapProviderUniquePtr

Definition at line 41 of file IMultiBitmapProvider.h.

Function Documentation

◆ qHash()

uint iimg::qHash ( const CScanlineMask key,
uint  seed = 0 
)