|
ACF $AcfVersion:0$
|
Basic implementations of geometrical primitives in 2D- and 3D-space. More...
Namespaces | |
| namespace | i2d |
| Contains the 2D objects. | |
| namespace | i3d |
| Contains the 3D objects. | |
| namespace | iimg |
| Contains the system indenendent definitions of image and related themes. | |
Classes | |
| class | i3d::CVector3d |
| Represents a position or mathematical vector in 3D space with double precision. More... | |
| 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... | |
| class | imath::CVarVector |
| Implementation of variable-size mathematical vector with double precision elements. More... | |
| class | imath::TFastVector< MaxSize, Element > |
| Optimized implementation of a variable-size vector with compile-time maximum capacity. More... | |
| class | imath::TVector< Size, Element > |
| Implementation of fixed-size mathematical vector with specified type of elements. More... | |
Basic implementations of geometrical primitives in 2D- and 3D-space.