#include <iostream>#include <vector>#include <cstring>#include "vil_bmp.h"#include <cassert>#include <vil/vil_stream.h>#include <vil/vil_property.h>#include <vil/vil_memory_chunk.h>#include <vil/vil_image_view.h>#include <vil/vil_exception.h>Go to the source code of this file.
Macros | |
| #define | where (std::cerr << __FILE__ " : " << __LINE__ << " : ") |
Variables | |
| char const * | vil_bmp_format_tag = "bmp" |
| #define where (std::cerr << __FILE__ " : " << __LINE__ << " : ") |
Definition at line 18 of file vil_bmp.cxx.
| char const* vil_bmp_format_tag = "bmp" |
Definition at line 44 of file vil_bmp.cxx.
1.8.15