CVD::BMP Namespace Reference

Classes

struct  BMPReader< T, 1 >
struct  BMPReader< T, 3 >
struct  BMPWriter< byte, 1 >
struct  BMPWriter< T, 1 >
struct  BMPWriter< T, 3 >
struct  BMPWriterChooser
struct  BMPWriterChooser< Rgb< T > >

Functions

template<class T >
void readBMP (BasicImage< T > &im, std::istream &in)
template<class T >
void readBMP (Image< T > &im, std::istream &in)
void readBMPHeader (unsigned int &width, unsigned int &height, unsigned int &channels, unsigned int &compression, std::istream &in)
template<class T >
void writeBMP (const BasicImage< T > &im, std::ostream &out)
void writeBMPHeader (unsigned int width, unsigned int height, unsigned int channels, std::ostream &out)

Function Documentation

template<class T >
void CVD::BMP::readBMP ( BasicImage< T > &  im,
std::istream &  in 
) [inline]

Definition at line 106 of file bmp.h.

template<class T >
void CVD::BMP::readBMP ( Image< T > &  im,
std::istream &  in 
) [inline]

Definition at line 95 of file bmp.h.

void CVD::BMP::readBMPHeader ( unsigned int &  width,
unsigned int &  height,
unsigned int &  channels,
unsigned int &  compression,
std::istream &  in 
)
template<class T >
void CVD::BMP::writeBMP ( const BasicImage< T > &  im,
std::ostream &  out 
) [inline]

Definition at line 170 of file bmp.h.

void CVD::BMP::writeBMPHeader ( unsigned int  width,
unsigned int  height,
unsigned int  channels,
std::ostream &  out 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


libcvd
Author(s): Edward Rosten, Paul Smith, Tom Drummond, Gerhard Reitmayr, Ethan Eade, Timothy Gan, Chris Kemp, Georg Klein
autogenerated on Fri Jan 11 09:13:53 2013