Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

pnmbitio.h File Reference

#include "pandabase.h"
#include "pnmimage_base.h"

Go to the source code of this file.

Typedefs

typedef bitstreamBITSTREAM

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)


Typedef Documentation

typedef struct bitstream* BITSTREAM
 

Definition at line 22 of file pnmbitio.h.


Function Documentation

EXPCL_PANDA int pm_bitfini BITSTREAM  b  ) 
 

Referenced by BMPreadrow(), and BMPwriterow().

EXPCL_PANDA BITSTREAM pm_bitinit ostream *  f,
char *  mode
 

Definition at line 69 of file pnmbitio.cxx.

References bitstream::mode, mode, bitstream::outf, and pm_bitinit().

Referenced by BMPreadrow(), and BMPwriterow().

EXPCL_PANDA BITSTREAM pm_bitinit istream *  f,
char *  mode
 

Definition at line 49 of file pnmbitio.cxx.

References bitstream::inf, bitstream::mode, mode, and pm_bitinit().

EXPCL_PANDA int pm_bitread BITSTREAM  b,
unsigned long  nbits,
unsigned long *  val
 

Referenced by BMPreadrow().

EXPCL_PANDA int pm_bitwrite BITSTREAM  b,
unsigned long  nbits,
unsigned long  val
 

Referenced by BMPwriterow().


Generated on Fri Apr 18 00:10:57 2003 for Panda by doxygen1.3