imgio.h
Go to the documentation of this file.
00001 /*
00002   Copyright (c)  2007,2009 by Turku PET Centre
00003 
00004   imgio.h - combined definitions for imgio library
00005 
00006   Version:
00007   2007-02-02 Vesa Oikonen
00008   2009-02-16 VO
00009 
00010 */
00011 #ifndef _IMGIO_H
00012 #define _IMGIO_H
00013 /*===========================================================================*/
00014 
00015 /*===========================================================================*/
00016 #include "img.h"
00017 #include "analyze.h"
00018 #include "imgdecay.h"
00019 #include "sif.h"
00020 #include "ecat63.h"
00021 #include "imgfile.h"
00022 #include "imgunit.h"
00023 #include "vol.h"
00024 #include "ecat7.h"
00025 #include "interfile.h"
00026 #include "imgmax.h"
00027 #include "micropet.h"
00028 #include "libtpcimgiov.h"
00029 /*===========================================================================*/
00030 /* Backup file extension */
00031 #ifndef BACKUP_EXTENSION
00032 #define BACKUP_EXTENSION ".bak"
00033 #endif 
00034 /*===========================================================================*/
00035 
00036 /*===========================================================================*/
00037 #endif /* _IMGIO_H */
00038