Woolz Image Processing  Version 1.7.5
WlzInline.h
Go to the documentation of this file.
1 #ifndef WLZINLINE_H
2 #define WLZINLINE_H
3 #if defined(__GNUC__)
4 #ident "University of Edinburgh $Id: 5d97b89bcf5da2639f55fe4b7c055246ecd62de8 $"
5 #else
6 static char _WlzInline_h[] = "University of Edinburgh $Id: 5d97b89bcf5da2639f55fe4b7c055246ecd62de8 $";
7 #endif
8 /*!
9 * \file libWlz/WlzInline.h
10 * \author Christophe Dubreuil
11 * \date March 1999
12 * \version $Id: 5d97b89bcf5da2639f55fe4b7c055246ecd62de8 $
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 Woolz inline functions.
41 * \ingroup Wlz
42 */
43 
44 #ifndef WLZ_EXT_BIND
45 #ifdef __cplusplus
46 extern "C" {
47 #endif
48 #endif /* WLZ_EXT_BIND */
49 
50 
51 #ifndef WLZ_EXT_BIND
52 #ifdef __cplusplus
53 }
54 #endif
55 #endif /* WLZ_EXT_BIND */
56 
57 #endif /* WLZINLINE_H */