#include <irtkFileANALYZEToImage.h>


This is a class which reads images in ANALYZE file format and converts them into images. The ANALYZE file format is a file format for 3D images. It has been developed by the Mayo Clinic, Rochester, MN. The header information is stored in a file with extension ".hdr" while the image data is stored in a file with with extension ".img".
Definition at line 27 of file irtkFileANALYZEToImage.h.
Public Member Functions | |
| irtkFileANALYZEToImage () | |
| Contructor. | |
| virtual | ~irtkFileANALYZEToImage () |
| Destructor. | |
| virtual void | SetInput (const char *) |
| Set input. | |
| virtual const char * | NameOfClass () |
| Returns name of class. | |
Static Public Member Functions | |
| static int | CheckHeader (const char *) |
| Returns whether file has correct header. | |
Protected Member Functions | |
| virtual void | ReadHeader () |
| Read header of ANALYZE file. | |