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

panda/src/pnmimage/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)


Detailed Description

Definition in file pnmbitio.h.


Typedef Documentation

typedef struct bitstream* BITSTREAM
 

Definition at line 23 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 70 of file pnmbitio.cxx.

References bitstream::mode, and bitstream::outf.

Referenced by BMPreadrow(), and BMPwriterow().

EXPCL_PANDA BITSTREAM pm_bitinit istream *  f,
char *  mode
 

Definition at line 50 of file pnmbitio.cxx.

References bitstream::inf, and bitstream::mode.

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 May 2 00:46:04 2003 for Panda by doxygen1.3