#include "pnmimage_base.h"#include "streamReader.h"#include "streamWriter.h"#include <stdarg.h>#include <stdio.h>Go to the source code of this file.
| Functions | |
| void | pm_message (const char *format,...) | 
| void | pm_error (const char *format,...) | 
| int | pm_maxvaltobits (int maxval) | 
| int | pm_bitstomaxval (int bits) | 
| char * | pm_allocrow (int cols, int size) | 
| void | pm_freerow (char *itrow) | 
| int | pm_readbigshort (istream *in, short *sP) | 
| int | pm_writebigshort (ostream *out, short s) | 
| int | pm_readbiglong (istream *in, long *lP) | 
| int | pm_writebiglong (ostream *out, long l) | 
| int | pm_readlittleshort (istream *in, short *sP) | 
| int | pm_writelittleshort (ostream *out, short s) | 
| int | pm_readlittlelong (istream *in, long *lP) | 
| int | pm_writelittlelong (ostream *out, long l) | 
| 
 | ||||||||||||
| 
 Definition at line 112 of file pnmimage_base.cxx. Referenced by PNMFileTypeTGA::Writer::write_data(). | 
| 
 | 
| 
 Definition at line 103 of file pnmimage_base.cxx. Referenced by pm_maxvaltobits(), and PNMFileTypeTIFF::Writer::write_data(). | 
| 
 | ||||||||||||
| 
 | 
| 
 Definition at line 121 of file pnmimage_base.cxx. Referenced by PNMFileTypeTGA::Writer::~Writer(). | 
| 
 | 
| 
 Definition at line 88 of file pnmimage_base.cxx. References pm_bitstomaxval(). Referenced by colorstobpp(), and PNMFileTypeTIFF::Writer::write_data(). | 
| 
 | ||||||||||||
| 
 Definition at line 33 of file pnmimage_base.cxx. References buffer, and format. Referenced by BMPreadinfoheader(), and PNMFileTypeBMP::Writer::write_data(). | 
| 
 | ||||||||||||
| 
 Definition at line 144 of file pnmimage_base.cxx. References reader(). Referenced by get_big_long(), read_float(), and read_ulong(). | 
| 
 | ||||||||||||
| 
 Definition at line 130 of file pnmimage_base.cxx. References reader(). Referenced by get_big_short(), read_ushort(), read_ushort_IMG(), and read_ushort_SI(). | 
| 
 | ||||||||||||
| 
 Definition at line 172 of file pnmimage_base.cxx. References reader(). Referenced by GetLong(). | 
| 
 | ||||||||||||
| 
 Definition at line 158 of file pnmimage_base.cxx. References reader(). Referenced by GetShort(). | 
| 
 | ||||||||||||
| 
 Definition at line 151 of file pnmimage_base.cxx. References writer(). Referenced by put_big_long(), write_float(), and write_ulong(). | 
| 
 | ||||||||||||
| 
 Definition at line 137 of file pnmimage_base.cxx. Referenced by put_big_short(), write_ushort(), write_ushort_IMG(), and write_ushort_SI(). | 
| 
 | ||||||||||||
| 
 Definition at line 179 of file pnmimage_base.cxx. References writer(). Referenced by PutLong(). | 
| 
 | ||||||||||||
| 
 Definition at line 165 of file pnmimage_base.cxx. Referenced by PutShort(). | 
 1.3
1.3