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

#include <vil_bmp_core_header.h>

Public Types

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

Public Member Functions

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

Public Attributes

unsigned header_size
 
int width
 
int height
 
short planes
 
short bitsperpixel
 

Detailed Description

Definition at line 18 of file vil_bmp_core_header.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
disk_size 

Definition at line 20 of file vil_bmp_core_header.h.

Constructor & Destructor Documentation

◆ vil_bmp_core_header()

vil_bmp_core_header::vil_bmp_core_header ( )

Definition at line 17 of file vil_bmp_core_header.cxx.

Member Function Documentation

◆ print()

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

Definition at line 45 of file vil_bmp_core_header.cxx.

◆ read()

void vil_bmp_core_header::read ( vil_stream s)

Definition at line 26 of file vil_bmp_core_header.cxx.

◆ write()

void vil_bmp_core_header::write ( vil_stream s) const

Definition at line 36 of file vil_bmp_core_header.cxx.

Member Data Documentation

◆ bitsperpixel

short vil_bmp_core_header::bitsperpixel

Definition at line 25 of file vil_bmp_core_header.h.

◆ header_size

unsigned vil_bmp_core_header::header_size

Definition at line 21 of file vil_bmp_core_header.h.

◆ height

int vil_bmp_core_header::height

Definition at line 23 of file vil_bmp_core_header.h.

◆ planes

short vil_bmp_core_header::planes

Definition at line 24 of file vil_bmp_core_header.h.

◆ width

int vil_bmp_core_header::width

Definition at line 22 of file vil_bmp_core_header.h.


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