irtkFilePGMToImage Class Reference

#include <irtkFilePGMToImage.h>

Inheritance diagram for irtkFilePGMToImage:

Inheritance graph
[legend]
Collaboration diagram for irtkFilePGMToImage:

Collaboration graph
[legend]

List of all members.


Detailed Description

Class for reading images in PGM file format.

This is a class which reads images in PGM file format and converts them into images. The PGM (portable graymap) file format is a file format for 2D images and is defined in pgm(1). At the moment only images in PGM raw file format are supported.

Definition at line 29 of file irtkFilePGMToImage.h.


Public Member Functions

virtual const char * NameOfClass ()
 Return name of class.

Static Public Member Functions

static int CheckHeader (const char *)
 Return whether file has correct header.

Protected Member Functions

virtual void ReadHeader ()
 Read header of PGM file.

The documentation for this class was generated from the following file: