From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/struct_bmp_info_header.html | 301 --------------------------- 1 file changed, 301 deletions(-) delete mode 100644 Doc/doxygen/html/struct_bmp_info_header.html (limited to 'Doc/doxygen/html/struct_bmp_info_header.html') diff --git a/Doc/doxygen/html/struct_bmp_info_header.html b/Doc/doxygen/html/struct_bmp_info_header.html deleted file mode 100644 index 916b45d..0000000 --- a/Doc/doxygen/html/struct_bmp_info_header.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - -Starshatter_Open: BmpInfoHeader Struct Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
BmpInfoHeader Struct Reference
-
-
- -

#include <Bmp.h>

- -

List of all members.

- - - - - - - - - - - - - -

-Public Attributes

DWORD hdr_size
DWORD width
DWORD height
WORD planes
WORD bit_count
DWORD compression
DWORD img_size
DWORD x_pixels_per_meter
DWORD y_pixels_per_meter
DWORD colors_used
DWORD colors_important
-

Detailed Description

-
-

Definition at line 31 of file Bmp.h.

-

Member Data Documentation

- -
-
- - - - -
WORD BmpInfoHeader::bit_count
-
- -

Definition at line 37 of file Bmp.h.

- -
-
- -
-
- - - - -
DWORD BmpInfoHeader::colors_important
-
- -

Definition at line 43 of file Bmp.h.

- -
-
- -
-
- - - - -
DWORD BmpInfoHeader::colors_used
-
- -

Definition at line 42 of file Bmp.h.

- -
-
- -
-
- - - - -
DWORD BmpInfoHeader::compression
-
- -

Definition at line 38 of file Bmp.h.

- -
-
- -
-
- - - - -
DWORD BmpInfoHeader::hdr_size
-
- -

Definition at line 33 of file Bmp.h.

- -
-
- -
-
- - - - -
DWORD BmpInfoHeader::height
-
- -

Definition at line 35 of file Bmp.h.

- -
-
- -
-
- - - - -
DWORD BmpInfoHeader::img_size
-
- -

Definition at line 39 of file Bmp.h.

- -
-
- -
-
- - - - -
WORD BmpInfoHeader::planes
-
- -

Definition at line 36 of file Bmp.h.

- -
-
- -
-
- - - - -
DWORD BmpInfoHeader::width
-
- -

Definition at line 34 of file Bmp.h.

- -
-
- -
-
- - - - -
DWORD BmpInfoHeader::x_pixels_per_meter
-
- -

Definition at line 40 of file Bmp.h.

- -
-
- -
-
- - - - -
DWORD BmpInfoHeader::y_pixels_per_meter
-
- -

Definition at line 41 of file Bmp.h.

- -
-
-
The documentation for this struct was generated from the following file:
    -
  • D:/SRC/StarshatterSVN/nGenEx/Bmp.h
  • -
-
-
- - - - -- cgit v1.1