#include "pnmFileTypeAlias.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 short | read_ushort (istream *file) |
unsigned char | read_uchar_ALIAS (istream *file) |
void | write_ushort (ostream *file, unsigned short x) |
void | write_uchar_ALIAS (ostream *file, unsigned char x) |
void | flush_color (ostream *file) |
void | write_color (ostream *file, unsigned char red, unsigned char blu, unsigned char grn) |
Variables | |
const char *const | extensions_alias [] |
const int | num_extensions_alias = sizeof(extensions_alias) / sizeof(const char *) |
unsigned char | last_red = 0 |
unsigned char | last_blu = 0 |
unsigned char | last_grn = 0 |
int | num_count = 0 |
Definition in file pnmFileTypeAlias.cxx.
|
Definition at line 31 of file pnmFileTypeAlias.cxx. Referenced by write_uchar_ALIAS(). |
|
Definition at line 322 of file pnmFileTypeAlias.cxx. |
|
Definition at line 159 of file pnmFileTypeAlias.cxx. |
|
Definition at line 153 of file pnmFileTypeAlias.cxx. |
|
Definition at line 333 of file pnmFileTypeAlias.cxx. References write_ushort(). |
|
Definition at line 171 of file pnmFileTypeAlias.cxx. References INSANE_SIZE. |
|
Definition at line 166 of file pnmFileTypeAlias.cxx. Referenced by write_color(). |
|
Initial value: { "pix", "als" } Definition at line 33 of file pnmFileTypeAlias.cxx. Referenced by PNMFileTypeAlias::get_num_extensions(). |
|
Definition at line 318 of file pnmFileTypeAlias.cxx. |
|
Definition at line 318 of file pnmFileTypeAlias.cxx. |
|
Definition at line 318 of file pnmFileTypeAlias.cxx. |
|
Definition at line 319 of file pnmFileTypeAlias.cxx. |
|
Definition at line 36 of file pnmFileTypeAlias.cxx. Referenced by PNMFileTypeAlias::get_name(), and PNMFileTypeAlias::get_num_extensions(). |