#include "vil_bmp_file_header.h"#include <vcl_iomanip.h>#include <vcl_iostream.h>#include <vil/vil_stream.h>#include <vil/vil_stream_write.h>#include <vil/vil_stream_read.h>Go to the source code of this file.
Defines | |
| #define | BMP_SIGNATURE_BYTE_0 0x42 |
| #define | BMP_SIGNATURE_BYTE_1 0x4D |
Definition in file vil_bmp_file_header.cxx.
| #define BMP_SIGNATURE_BYTE_0 0x42 |
Definition at line 18 of file vil_bmp_file_header.cxx.
| #define BMP_SIGNATURE_BYTE_1 0x4D |
Definition at line 19 of file vil_bmp_file_header.cxx.
1.7.5.1