00001 00005 /* 00006 * Author: Steven Ludtke, 04/10/2003 (sludtke@bcm.edu) 00007 * Copyright (c) 2000-2006 Baylor College of Medicine 00008 * 00009 * This software is issued under a joint BSD/GNU license. You may use the 00010 * source code in this file under either license. However, note that the 00011 * complete EMAN2 and SPARX software packages have some GPL dependencies, 00012 * so you are responsible for compliance with the licenses of these packages 00013 * if you opt to use BSD licensing. The warranty disclaimer below holds 00014 * in either instance. 00015 * 00016 * This complete copyright notice must be included in any revised version of the 00017 * source code. Additional authorship citations may be added, but existing 00018 * author citations must be preserved. 00019 * 00020 * This program is free software; you can redistribute it and/or modify 00021 * it under the terms of the GNU General Public License as published by 00022 * the Free Software Foundation; either version 2 of the License, or 00023 * (at your option) any later version. 00024 * 00025 * This program is distributed in the hope that it will be useful, 00026 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00027 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00028 * GNU General Public License for more details. 00029 * 00030 * You should have received a copy of the GNU General Public License 00031 * along with this program; if not, write to the Free Software 00032 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00033 * 00034 * */ 00035 00036 #ifndef eman__ioioio_h__ 00037 #define eman__ioioio_h__ 1 00038 00039 // NOTE: for some reason unknown, hdfio.h must be behind pngio.h. 00040 00041 #include "mrcio.h" 00042 00043 #ifdef EM_PNG 00044 #include "pngio.h" 00045 #endif //EM_PNG 00046 00047 #ifdef EM_JPEG 00048 #include "jpegio.h" 00049 #endif 00050 00051 #include "dm3io.h" 00052 #include "dm4io.h" 00053 00054 #ifdef EM_TIFF 00055 #include "tifio.h" 00056 #endif //EM_TIFF 00057 00058 #include "pifio.h" 00059 #include "vtkio.h" 00060 #include "sspiderio.h" 00061 #include "pgmio.h" 00062 #include "icosio.h" 00063 #include "lstio.h" 00064 #include "lstfastio.h" 00065 00066 #ifdef EM_HDF5 00067 #include "hdfio.h" 00068 #include "hdfio2.h" 00069 #endif //EM_HDF5 00070 00071 #include "salio.h" 00072 #include "amiraio.h" 00073 #include "xplorio.h" 00074 #include "gatan2io.h" 00075 #include "emio.h" 00076 #include "imagicio.h" 00077 #include "imagicio2.h" 00078 #include "fitsio.h" 00079 #include "df3io.h" 00080 #include "omapio.h" 00081 #include "situsio.h" 00082 #include "serio.h" 00083 00084 #ifdef ENABLE_V4L2 00085 #include "v4l2io.h" 00086 #endif 00087 00088 #endif //eman__ioioio_h__