Woolz Image Processing Version 1.4.0
|
00001 #ifndef WlzEXTFF_H 00002 #define WlzEXTFF_H 00003 #if defined(__GNUC__) 00004 #ident "University of Edinburgh $Id: 3cf55b9f35514ec5898a943c15bfde55fd3f27a8 $" 00005 #else 00006 static char _WlzExtFF_h[] = "University of Edinburgh $Id: 3cf55b9f35514ec5898a943c15bfde55fd3f27a8 $"; 00007 #endif 00008 /*! 00009 * \file libWlzExtFF/WlzExtFF.h 00010 * \author Bill Hill 00011 * \date March 1999 00012 * \version $Id: 3cf55b9f35514ec5898a943c15bfde55fd3f27a8 $ 00013 * \par 00014 * Address: 00015 * MRC Human Genetics Unit, 00016 * MRC Institute of Genetics and Molecular Medicine, 00017 * University of Edinburgh, 00018 * Western General Hospital, 00019 * Edinburgh, EH4 2XU, UK. 00020 * \par 00021 * Copyright (C), [2012], 00022 * The University Court of the University of Edinburgh, 00023 * Old College, Edinburgh, UK. 00024 * 00025 * This program is free software; you can redistribute it and/or 00026 * modify it under the terms of the GNU General Public License 00027 * as published by the Free Software Foundation; either version 2 00028 * of the License, or (at your option) any later version. 00029 * 00030 * This program is distributed in the hope that it will be 00031 * useful but WITHOUT ANY WARRANTY; without even the implied 00032 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00033 * PURPOSE. See the GNU General Public License for more 00034 * details. 00035 * 00036 * You should have received a copy of the GNU General Public 00037 * License along with this program; if not, write to the Free 00038 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 00039 * Boston, MA 02110-1301, USA. 00040 * \brief Main header file for external data file format support for the 00041 * MRC Human Genetics Unit Woolz library. 00042 * \ingroup WlzExtFF 00043 */ 00044 00045 #include <Wlz.h> 00046 #include <bibFile.h> 00047 #include <WlzExtFFType.h> 00048 #include <WlzExtFFProto.h> 00049 00050 #endif /* ! WlzEXTFF_H */