This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | _PgmHeader |
Defines structures and constants present in PGM files. More... | |
Defines | |
#define | PGM_MAXLINESIZE 80 |
#define | PGM_P2 0 |
#define | PGM_P5 1 |
Typedefs | |
typedef _PgmHeader | PGMHEADER |
Defines structures and constants present in PGM files. |
|
|
|
Definition at line 26 of file plpgm.h. Referenced by PLPGMDecoder::readImage(). |
|
Definition at line 27 of file plpgm.h. Referenced by PLPGMDecoder::readImage(). |
|
Defines structures and constants present in PGM files.
Referenced by PLPGMDecoder::DoDecode(), PLPGMDecoder::readData(), PLPGMDecoder::readImage(), and PLPGMDecoder::readPgmHeader(). |