HOG2
Public Member Functions | Public Attributes | List of all members
bmp_header Class Reference

Public Member Functions

 bmp_header ()
 

Public Attributes

uint32_t bfSize
 
uint32_t zero
 
uint32_t bfOffBits
 
uint32_t biSize
 
uint32_t biWidth
 
uint32_t biHeight
 
uint16_t biPlanes
 
uint16_t biBitCount
 
uint32_t biCompression
 
uint32_t biSizeImage
 
uint32_t biXPelsPerMeter
 
uint32_t biYPelsPerMeter
 
uint32_t biClrUsed
 
uint32_t biClrImportant
 

Detailed Description

Definition at line 943 of file Common.cpp.

Constructor & Destructor Documentation

◆ bmp_header()

bmp_header::bmp_header ( )
inline

Definition at line 945 of file Common.cpp.

Member Data Documentation

◆ bfOffBits

uint32_t bmp_header::bfOffBits

Definition at line 954 of file Common.cpp.

◆ bfSize

uint32_t bmp_header::bfSize

Definition at line 952 of file Common.cpp.

Referenced by SaveScreenshot().

◆ biBitCount

uint16_t bmp_header::biBitCount

Definition at line 961 of file Common.cpp.

◆ biClrImportant

uint32_t bmp_header::biClrImportant

Definition at line 967 of file Common.cpp.

◆ biClrUsed

uint32_t bmp_header::biClrUsed

Definition at line 966 of file Common.cpp.

◆ biCompression

uint32_t bmp_header::biCompression

Definition at line 962 of file Common.cpp.

◆ biHeight

uint32_t bmp_header::biHeight

Definition at line 959 of file Common.cpp.

Referenced by SaveScreenshot().

◆ biPlanes

uint16_t bmp_header::biPlanes

Definition at line 960 of file Common.cpp.

◆ biSize

uint32_t bmp_header::biSize

Definition at line 957 of file Common.cpp.

◆ biSizeImage

uint32_t bmp_header::biSizeImage

Definition at line 963 of file Common.cpp.

Referenced by SaveScreenshot().

◆ biWidth

uint32_t bmp_header::biWidth

Definition at line 958 of file Common.cpp.

Referenced by SaveScreenshot().

◆ biXPelsPerMeter

uint32_t bmp_header::biXPelsPerMeter

Definition at line 964 of file Common.cpp.

◆ biYPelsPerMeter

uint32_t bmp_header::biYPelsPerMeter

Definition at line 965 of file Common.cpp.

◆ zero

uint32_t bmp_header::zero

Definition at line 953 of file Common.cpp.


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