#include "bitfilt.h"#include "bmpprefs.h"#include "maskedrr.h"Go to the source code of this file.
Classes | |
| class | BasePMFilter |
| Provides most of the the handling for the PPM, PGM and PBM filters. More... | |
| class | PPMFilter |
| Encapsulates a Unix PPM import filter. More... | |
| class | PGMFilter |
| Encapsulates a Unix PGM import filter. More... | |
| class | PBMFilter |
| Encapsulates a Unix PBM import filter. More... | |
| class | PPMOILFilter |
| Provide the OIL parts of the PPM filter which loads in the file as a BMP. More... | |
| class | PGMOILFilter |
| Provide the OIL parts of the PGM filter which loads in the file as a BMP. More... | |
| class | PBMOILFilter |
| Provide the OIL parts of the PBM filter which loads in the file as a BMP. More... | |
Enumerations | |
| enum | PMFileType { PPM_BAD, PPM_BINARY, PPM_ASCII, PGM_BINARY, PGM_ASCII, PBM_BINARY, PBM_ASCII } |
|
|
Definition at line 112 of file ppmfiltr.h. 00113 { 00114 PPM_BAD, 00115 PPM_BINARY, 00116 PPM_ASCII, 00117 PGM_BINARY, 00118 PGM_ASCII, 00119 PBM_BINARY, 00120 PBM_ASCII, 00121 };
|
1.4.4