Macros | Variables
vil_bmp.cxx File Reference
#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"
 

Macro Definition Documentation

◆ where

#define where   (std::cerr << __FILE__ " : " << __LINE__ << " : ")

Definition at line 18 of file vil_bmp.cxx.

Variable Documentation

◆ vil_bmp_format_tag

char const* vil_bmp_format_tag = "bmp"

Definition at line 44 of file vil_bmp.cxx.