digikam
ROIBlockHeader Union Reference
ROI block header (used in ROI coding scheme). More...
#include <PGFtypes.h>
Public Member Functions | |
| ROIBlockHeader (UINT32 size, bool end) | |
| ROIBlockHeader (UINT16 v) | |
Public Attributes | |
| struct { | |
| UINT16 bufferSize: RLblockSizeLen | |
| UINT16 tileEnd: 1 | |
| }; | |
| UINT16 | val |
Detailed Description
ROI block header (used in ROI coding scheme).
Definition at line 139 of file PGFtypes.h.
Constructor & Destructor Documentation
| ROIBlockHeader::ROIBlockHeader | ( | UINT16 | v | ) | [inline] |
| ROIBlockHeader::ROIBlockHeader | ( | UINT32 | size, | |
| bool | end | |||
| ) | [inline] |
Constructor.
- Parameters:
-
size Buffer size end 0/1 Flag; 1: last part of a tile
Definition at line 146 of file PGFtypes.h.
Member Data Documentation
| struct { ... } |
| UINT16 ROIBlockHeader::bufferSize |
Definition at line 154 of file PGFtypes.h.
| UINT16 ROIBlockHeader::tileEnd |
Definition at line 155 of file PGFtypes.h.
| UINT16 ROIBlockHeader::val |
Definition at line 148 of file PGFtypes.h.
The documentation for this union was generated from the following file:
KDE 4.4 API Reference