#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 in file pnmbitio.h.
|
Definition at line 23 of file pnmbitio.h. |
|
Referenced by BMPreadrow(), and BMPwriterow(). |
|
Definition at line 70 of file pnmbitio.cxx. References bitstream::mode, and bitstream::outf. Referenced by BMPreadrow(), and BMPwriterow(). |
|
Definition at line 50 of file pnmbitio.cxx. References bitstream::inf, and bitstream::mode. |
|
Referenced by BMPreadrow(). |
|
Referenced by BMPwriterow(). |