libpgf  6.12.24
PGF - Progressive Graphics File
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ROIBlockHeader Union Reference

#include <PGFtypes.h>

Classes

struct  RBH
 Named ROI block header (part of the union) More...
 

Public Member Functions

 ROIBlockHeader (UINT16 v)
 
 ROIBlockHeader (UINT32 size, bool end)
 

Public Attributes

UINT16 val
 
struct ROIBlockHeader::RBH rbh
 ROI block header.
 

Detailed Description

Definition at line 151 of file PGFtypes.h.

Constructor & Destructor Documentation

ROIBlockHeader::ROIBlockHeader ( UINT16  v)
inline

Constructor

Parameters
vBuffer size

Definition at line 154 of file PGFtypes.h.

{ val = v; }
ROIBlockHeader::ROIBlockHeader ( UINT32  size,
bool  end 
)
inline

Constructor

Parameters
sizeBuffer size
end0/1 Flag; 1: last part of a tile

Definition at line 158 of file PGFtypes.h.

Member Data Documentation

struct ROIBlockHeader::RBH ROIBlockHeader::rbh

ROI block header.

UINT16 ROIBlockHeader::val

unstructured union value

Definition at line 160 of file PGFtypes.h.


The documentation for this union was generated from the following file: