DCMTK  Version 3.6.1 20131114
OFFIS DICOM Toolkit
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
SB_BitmapFileHeader Struct Reference

structure for BMP bitmap file header More...

Public Attributes

char bfType [2]
 signature, must always be 'BM'
 
Uint32 bfSize
 file size in bytes
 
Uint16 bfReserved1
 reserved, should be '0'
 
Uint16 bfReserved2
 reserved, should be '0'
 
Uint32 bfOffBits
 offset from the beginning of the file to the bitmap data (in bytes)
 

Detailed Description

structure for BMP bitmap file header

Member Data Documentation

Uint32 SB_BitmapFileHeader::bfOffBits

offset from the beginning of the file to the bitmap data (in bytes)

Uint16 SB_BitmapFileHeader::bfReserved1

reserved, should be '0'

Uint16 SB_BitmapFileHeader::bfReserved2

reserved, should be '0'

Uint32 SB_BitmapFileHeader::bfSize

file size in bytes

char SB_BitmapFileHeader::bfType[2]

signature, must always be 'BM'


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


Generated on Tue Nov 26 2013 for DCMTK Version 3.6.1 20131114 by Doxygen 1.8.5