latest version v1.9 - last update 10 Apr 2010 |
BITMAPINFOHEADER. More...
#include <ltiBMPFunctor.h>
Public Member Functions | |
infoHeader () | |
bool | read (std::ifstream &in) |
bool | write (std::ofstream &out) |
int | length () const |
Public Attributes | |
uint32 | size |
uint32 | width |
uint32 | height |
uint16 | planes |
uint16 | bitCount |
uint32 | compression |
uint32 | sizeImage |
uint32 | xPixPerMeter |
uint32 | yPixPerMeter |
uint32 | colorsUsed |
uint32 | colorsImportant |
BITMAPINFOHEADER.
This class is defined within the class lti::ioBMP.
lti::ioBMP::infoHeader::infoHeader | ( | ) |
constructor
int lti::ioBMP::infoHeader::length | ( | ) | const [inline] |
size of the info header (in bytes)
bool lti::ioBMP::infoHeader::read | ( | std::ifstream & | in | ) |
read
bool lti::ioBMP::infoHeader::write | ( | std::ofstream & | out | ) |
write
bitcount
colorsImportant
colorsUsed
compression
sizeImage
xPixPerMeter
yPixPerMeter