EMAN2
all_imageio.h
Go to the documentation of this file.
1/*
2 * Author: Steven Ludtke, 04/10/2003 (sludtke@bcm.edu)
3 * Copyright (c) 2000-2006 Baylor College of Medicine
4 *
5 * This software is issued under a joint BSD/GNU license. You may use the
6 * source code in this file under either license. However, note that the
7 * complete EMAN2 and SPARX software packages have some GPL dependencies,
8 * so you are responsible for compliance with the licenses of these packages
9 * if you opt to use BSD licensing. The warranty disclaimer below holds
10 * in either instance.
11 *
12 * This complete copyright notice must be included in any revised version of the
13 * source code. Additional authorship citations may be added, but existing
14 * author citations must be preserved.
15 *
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation; either version 2 of the License, or
19 * (at your option) any later version.
20 *
21 * This program is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
25 *
26 * You should have received a copy of the GNU General Public License
27 * along with this program; if not, write to the Free Software
28 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29 *
30 * */
31
32#ifndef eman__ioioio_h__
33#define eman__ioioio_h__ 1
34
35// NOTE: for some reason unknown, hdfio.h must be behind pngio.h.
36
37#include "mrcio.h"
38#include "eerio.h"
39
40#ifdef USE_PNG
41 #include "pngio.h"
42#endif //USE_PNG
43
44#ifdef USE_JPEG
45 #include "jpegio.h"
46#endif
47
48#include "dm3io.h"
49#include "dm4io.h"
50
51#ifdef USE_TIFF
52 #include "tifio.h"
53#endif //USE_TIFF
54
55#include "pifio.h"
56#include "vtkio.h"
57#include "sspiderio.h"
58#include "pgmio.h"
59#include "icosio.h"
60#include "lstio.h"
61#include "lstfastio.h"
62
63#ifdef USE_HDF5
64 #include "hdfio.h"
65 #include "hdfio2.h"
66#endif //USE_HDF5
67
68#include "salio.h"
69#include "amiraio.h"
70#include "xplorio.h"
71#include "gatan2io.h"
72#include "emio.h"
73#include "imagicio.h"
74#include "imagicio2.h"
75#include "fitsio.h"
76#include "df3io.h"
77#include "omapio.h"
78#include "situsio.h"
79#include "serio.h"
80
81#ifdef ENABLE_V4L2
82 #include "v4l2io.h"
83#endif
84
85#endif //eman__ioioio_h__