/vol/vipdata/irtk/image++/include/irtkFileANALYZEToImage.h

00001 /*=========================================================================
00002 
00003   Library   : Image Registration Toolkit (IRTK)
00004   Module    : $Id: irtkFileANALYZEToImage.h 8 2009-03-02 16:12:58Z dr $
00005   Copyright : Imperial College, Department of Computing
00006               Visual Information Processing (VIP), 2008 onwards
00007   Date      : $Date: 2009-03-02 16:12:58 +0000 (Mon, 02 Mar 2009) $
00008   Version   : $Revision: 8 $
00009   Changes   : $Author: dr $
00010 
00011 =========================================================================*/
00012 
00013 #ifndef _IRTKFILEANALYZETOIMAGE_H
00014 
00015 #define _IRTKFILEANALYZETOIMAGE_H
00016 
00027 class irtkFileANALYZEToImage : public irtkFileToImage
00028 {
00029 
00031   char *_headername;
00032 
00033 protected:
00034 
00036   virtual void ReadHeader();
00037 
00038 public:
00039 
00041   irtkFileANALYZEToImage();
00042 
00044   virtual ~irtkFileANALYZEToImage();
00045 
00047   virtual void SetInput (const char *);
00048 
00050   virtual const char *NameOfClass();
00051 
00053   static int CheckHeader(const char *);
00054 };
00055 
00056 #endif