#include <File.h>
Inheritance diagram for CMMFile
Public Methods | |
CMMFile () | |
virtual | ~CMMFile () |
CImageGrey* | PGMRead (const char * filename) |
Read a PGM file - return NULL if error. | |
int | PGMWrite (const CImageGrey *img, const char * filename) |
Write img to a PGM file - return 0 if error. |