Public Types | Public Member Functions | Public Attributes | List of all members
vil_bmp_info_header Struct Reference

#include <vil_bmp_info_header.h>

Public Types

enum  { disk_size = 4+4+4+4+4+4 }
 

Public Member Functions

 vil_bmp_info_header ()
 
void read (vil_stream *)
 
void write (vil_stream *) const
 
void print (std::ostream &) const
 

Public Attributes

unsigned compression
 
unsigned bitmap_size
 
unsigned horiz_res
 
unsigned verti_res
 
unsigned colormapsize
 
unsigned colorcount
 

Detailed Description

Definition at line 14 of file vil_bmp_info_header.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
disk_size 

Definition at line 16 of file vil_bmp_info_header.h.

Constructor & Destructor Documentation

◆ vil_bmp_info_header()

vil_bmp_info_header::vil_bmp_info_header ( )

Definition at line 17 of file vil_bmp_info_header.cxx.

Member Function Documentation

◆ print()

void vil_bmp_info_header::print ( std::ostream &  s) const

Definition at line 47 of file vil_bmp_info_header.cxx.

◆ read()

void vil_bmp_info_header::read ( vil_stream s)

Definition at line 27 of file vil_bmp_info_header.cxx.

◆ write()

void vil_bmp_info_header::write ( vil_stream s) const

Definition at line 37 of file vil_bmp_info_header.cxx.

Member Data Documentation

◆ bitmap_size

unsigned vil_bmp_info_header::bitmap_size

Definition at line 18 of file vil_bmp_info_header.h.

◆ colorcount

unsigned vil_bmp_info_header::colorcount

Definition at line 22 of file vil_bmp_info_header.h.

◆ colormapsize

unsigned vil_bmp_info_header::colormapsize

Definition at line 21 of file vil_bmp_info_header.h.

◆ compression

unsigned vil_bmp_info_header::compression

Definition at line 17 of file vil_bmp_info_header.h.

◆ horiz_res

unsigned vil_bmp_info_header::horiz_res

Definition at line 19 of file vil_bmp_info_header.h.

◆ verti_res

unsigned vil_bmp_info_header::verti_res

Definition at line 20 of file vil_bmp_info_header.h.


The documentation for this struct was generated from the following files: