My Project
imgio.h
Go to the documentation of this file.
1/*
2 Copyright (c) 2007,2009 by Turku PET Centre
3
4 imgio.h - combined definitions for imgio library
5
6 Version:
7 2007-02-02 Vesa Oikonen
8 2009-02-16 VO
9
10*/
11#ifndef _IMGIO_H
12#define _IMGIO_H
13/*===========================================================================*/
14
15/*===========================================================================*/
16#include "img.h"
17#include "analyze.h"
18#include "imgdecay.h"
19#include "sif.h"
20#include "ecat63.h"
21#include "imgfile.h"
22#include "imgunit.h"
23#include "vol.h"
24#include "ecat7.h"
25#include "interfile.h"
26#include "imgmax.h"
27#include "micropet.h"
28#include "libtpcimgiov.h"
29/*===========================================================================*/
30/* Backup file extension */
31#ifndef BACKUP_EXTENSION
32#define BACKUP_EXTENSION ".bak"
33#endif
34/*===========================================================================*/
35
36/*===========================================================================*/
37#endif /* _IMGIO_H */
38