Created by the British Broadcasting Corporation.
#include <bitmap.h>
| dirac_vu::BitmapHeader::BitmapHeader | ( | ) | [inline] |
| dirac_vu::BitmapHeader::BitmapHeader | ( | int | x, | |
| int | y | |||
| ) | [inline] |
| std::istream& dirac_vu::BitmapHeader::getFrom | ( | std::istream & | input | ) | [private] |
| void dirac_vu::BitmapHeader::height | ( | int | y | ) | [inline] |
References h.
| int dirac_vu::BitmapHeader::height | ( | ) | const [inline] |
References h.
| int dirac_vu::BitmapHeader::lineBufferSize | ( | ) | const [inline] |
References w.
| std::ostream& dirac_vu::BitmapHeader::putTo | ( | std::ostream & | output | ) | const [private] |
| void dirac_vu::BitmapHeader::width | ( | int | x | ) | [inline] |
References w.
| int dirac_vu::BitmapHeader::width | ( | ) | const [inline] |
References w.
| std::ostream& operator<< | ( | std::ostream & | stream, | |
| const BitmapHeader & | header | |||
| ) | [friend] |
| std::istream& operator>> | ( | std::istream & | stream, | |
| BitmapHeader & | header | |||
| ) | [friend] |
int dirac_vu::BitmapHeader::h [private] |
Referenced by height().
int dirac_vu::BitmapHeader::w [private] |
Referenced by lineBufferSize(), and width().
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.