CAPD RedHom Library
BmpHeader< unsigned long int, 2 > Struct Template Reference

#include <capd/bitSet/BmpHeader.h>

Public Member Functions

void read (std::ifstream &file)
 
void write (std::ofstream &file)
 
void showHeader ()
 

Public Attributes

unsigned int type
 
unsigned int size
 
unsigned int reserved1
 
unsigned int reserved2
 
unsigned int offset
 
unsigned int ihsize
 
int width
 
int height
 
unsigned int planes
 
unsigned int bits
 
unsigned int compression
 
unsigned int imagesize
 
int xresolution
 
int yresolution
 
unsigned int ncolours
 
unsigned int importantcolours
 
unsigned int color0
 
unsigned int color1
 

Static Public Attributes

static const unsigned int standardType ='M'*256+'B'
 
static const unsigned int repset2DType ='N'*256+'B'
 

Member Data Documentation

unsigned int BmpHeader< unsigned long int, 2 >::bits
unsigned int BmpHeader< unsigned long int, 2 >::color0
unsigned int BmpHeader< unsigned long int, 2 >::color1
unsigned int BmpHeader< unsigned long int, 2 >::compression
int BmpHeader< unsigned long int, 2 >::height
unsigned int BmpHeader< unsigned long int, 2 >::ihsize
unsigned int BmpHeader< unsigned long int, 2 >::imagesize
unsigned int BmpHeader< unsigned long int, 2 >::importantcolours
unsigned int BmpHeader< unsigned long int, 2 >::ncolours
unsigned int BmpHeader< unsigned long int, 2 >::offset
unsigned int BmpHeader< unsigned long int, 2 >::planes
const unsigned int BmpHeader< unsigned long int, 2 >::repset2DType ='N'*256+'B'
static
unsigned int BmpHeader< unsigned long int, 2 >::reserved1
unsigned int BmpHeader< unsigned long int, 2 >::reserved2
unsigned int BmpHeader< unsigned long int, 2 >::size
const unsigned int BmpHeader< unsigned long int, 2 >::standardType ='M'*256+'B'
static
unsigned int BmpHeader< unsigned long int, 2 >::type
int BmpHeader< unsigned long int, 2 >::width
int BmpHeader< unsigned long int, 2 >::xresolution
int BmpHeader< unsigned long int, 2 >::yresolution