#include "pandabase.h"
#include "pnmimage_base.h"
Go to the source code of this file.
Typedefs | |
typedef bitstream * | BITSTREAM |
Functions | |
EXPCL_PANDA BITSTREAM | pm_bitinit (istream *f, char *mode) |
EXPCL_PANDA BITSTREAM | pm_bitinit (ostream *f, char *mode) |
EXPCL_PANDA int | pm_bitfini (BITSTREAM b) |
EXPCL_PANDA int | pm_bitread (BITSTREAM b, unsigned long nbits, unsigned long *val) |
EXPCL_PANDA int | pm_bitwrite (BITSTREAM b, unsigned long nbits, unsigned long val) |
|
Definition at line 22 of file pnmbitio.h. |
|
Referenced by BMPreadrow(), and BMPwriterow(). |
|
Definition at line 69 of file pnmbitio.cxx. References bitstream::mode, mode, bitstream::outf, and pm_bitinit(). Referenced by BMPreadrow(), and BMPwriterow(). |
|
Definition at line 49 of file pnmbitio.cxx. References bitstream::inf, bitstream::mode, mode, and pm_bitinit(). |
|
Referenced by BMPreadrow(). |
|
Referenced by BMPwriterow(). |