#include "pnmFileTypeIMG.h"
#include "config_pnmimagetypes.h"
#include "pnmFileTypeRegistry.h"
#include "bamReader.h"
Go to the source code of this file.
Defines | |
#define | INSANE_SIZE 20000 |
Functions | |
unsigned long | read_ulong (istream *file) |
unsigned short | read_ushort_IMG (istream *file) |
unsigned char | read_uchar_IMG (istream *file) |
void | write_ulong (ostream *file, unsigned long x) |
void | write_ushort_IMG (ostream *file, unsigned long x) |
void | write_uchar_IMG (ostream *file, unsigned char x) |
Variables | |
const char *const | extensions_img [] |
const int | num_extensions_img = sizeof(extensions_img) / sizeof(const char *) |
Definition in file pnmFileTypeIMG.cxx.
|
Definition at line 31 of file pnmFileTypeIMG.cxx. |
|
Definition at line 164 of file pnmFileTypeIMG.cxx. |
|
Definition at line 152 of file pnmFileTypeIMG.cxx. |
|
Definition at line 158 of file pnmFileTypeIMG.cxx. References IHT_long, and img_header_type. |
|
Definition at line 181 of file pnmFileTypeIMG.cxx. Referenced by PNMFileTypeIMG::Writer::Writer(). |
|
Definition at line 171 of file pnmFileTypeIMG.cxx. Referenced by PNMFileTypeIMG::Reader::read_row(). |
|
Definition at line 176 of file pnmFileTypeIMG.cxx. Referenced by PNMFileTypeIMG::Reader::read_row(). |
|
Initial value: {
"img"
}
Definition at line 33 of file pnmFileTypeIMG.cxx. Referenced by PNMFileTypeIMG::get_num_extensions(). |
|
Definition at line 36 of file pnmFileTypeIMG.cxx. Referenced by PNMFileTypeIMG::get_name(), and PNMFileTypeIMG::get_num_extensions(). |