Woolz Image Processing Version 1.4.0
Wlz.h
Go to the documentation of this file.
00001 #ifndef WLZ_H
00002 #define WLZ_H
00003 #if defined(__GNUC__)
00004 #ident "University of Edinburgh $Id: c3879d94aab3fbf05fcee772aef0689cf5f6d7fb $"
00005 #else
00006 static char _Wlz_h[] = "University of Edinburgh $Id: c3879d94aab3fbf05fcee772aef0689cf5f6d7fb $";
00007 #endif
00008 /*!
00009 * \file         libWlz/Wlz.h
00010 * \author       Bill Hill
00011 * \date         March 1999
00012 * \version      $Id: c3879d94aab3fbf05fcee772aef0689cf5f6d7fb $
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 (top-level) Woolz header file which includes all
00041 *               other header files required by Woolz.
00042 * \ingroup      Wlz
00043 */
00044 
00045 #ifndef WLZ_EXT_BIND
00046 #ifdef __cplusplus
00047 extern "C"
00048 {
00049 #endif
00050 #endif /* WLZ_EXT_BIND */
00051 
00052 #include <stdio.h>
00053 #include <math.h>
00054 
00055 #include <Alc.h>
00056 
00057 #include <Alg.h>
00058 
00059 #include <WlzError.h>
00060 #include <WlzType.h>
00061 #include <WlzDebug.h>
00062 #include <WlzProto.h>
00063 #include <WlzMacro.h>
00064 
00065 #ifndef WLZ_EXT_BIND
00066 #ifdef __cplusplus
00067 }
00068 #endif
00069 #endif /* WLZ_EXT_BIND */
00070 
00071 #endif  /* !WLZ_H Don't put anything after this line */