Woolz Image Processing  Version 1.7.5
WlzExtFF.h
Go to the documentation of this file.
1 #ifndef WlzEXTFF_H
2 #define WlzEXTFF_H
3 #if defined(__GNUC__)
4 #ident "University of Edinburgh $Id: 3cf55b9f35514ec5898a943c15bfde55fd3f27a8 $"
5 #else
6 static char _WlzExtFF_h[] = "University of Edinburgh $Id: 3cf55b9f35514ec5898a943c15bfde55fd3f27a8 $";
7 #endif
8 /*!
9 * \file libWlzExtFF/WlzExtFF.h
10 * \author Bill Hill
11 * \date March 1999
12 * \version $Id: 3cf55b9f35514ec5898a943c15bfde55fd3f27a8 $
13 * \par
14 * Address:
15 * MRC Human Genetics Unit,
16 * MRC Institute of Genetics and Molecular Medicine,
17 * University of Edinburgh,
18 * Western General Hospital,
19 * Edinburgh, EH4 2XU, UK.
20 * \par
21 * Copyright (C), [2012],
22 * The University Court of the University of Edinburgh,
23 * Old College, Edinburgh, UK.
24 *
25 * This program is free software; you can redistribute it and/or
26 * modify it under the terms of the GNU General Public License
27 * as published by the Free Software Foundation; either version 2
28 * of the License, or (at your option) any later version.
29 *
30 * This program is distributed in the hope that it will be
31 * useful but WITHOUT ANY WARRANTY; without even the implied
32 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
33 * PURPOSE. See the GNU General Public License for more
34 * details.
35 *
36 * You should have received a copy of the GNU General Public
37 * License along with this program; if not, write to the Free
38 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
39 * Boston, MA 02110-1301, USA.
40 * \brief Main header file for external data file format support for the
41 * MRC Human Genetics Unit Woolz library.
42 * \ingroup WlzExtFF
43 */
44 
45 #include <Wlz.h>
46 #include <bibFile.h>
47 #include <WlzExtFFType.h>
48 #include <WlzExtFFProto.h>
49 
50 #endif /* ! WlzEXTFF_H */
Header file with data types for external data file format support for the MRC Human Genetics Unit Woo...
Main (top-level) Woolz header file which includes all other header files required by Woolz...
Types and constants for the bibtex based file syntax used for serial section data, ....