X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fct.h;h=e7f29e9f63f19a801bd74e8cbd0b7d2ab72f69dd;hp=0ad813e2f5f189982d7d3b53ca98e8077f3080f7;hb=8fc6888d2599bb288f8ff7008994f2b66ecf6d93;hpb=0fdfdd911d663c031caa231b5ce7edf81642294f diff --git a/include/ct.h b/include/ct.h index 0ad813e..e7f29e9 100644 --- a/include/ct.h +++ b/include/ct.h @@ -1,75 +1,92 @@ -/*---------------------------------------------------------------------*/ -/* HEADER FILE FOR TOMOGRAPY SYSTEM */ -/*---------------------------------------------------------------------*/ - -#ifndef CT_H -#define CT_H - -#ifdef HAVE_CONFIG_H -#include -#endif -#ifdef HAVE_PNG -#include "png.h" -#endif -#ifdef HAVE_STDIO_H -#include -#endif -#ifdef HAVE_STRING_H -#include -#endif -#ifdef HAVE_STDDEF_H -#include -#endif -#include -#ifdef HAVE_STDARG_H -#include -#endif -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_STAT_H -#include -#endif -#ifdef HAVE_CTYPE_H -#include -#endif -#ifdef HAVE_MATH_H -#include -#endif -#ifdef HAVE_SYS_FCNTL_H -#include -#endif -#ifdef HAVE_FCNTL_H -#include -#endif -#if defined(HAVE_GETOPT_H) || defined(HAVE_GETOPT_LONG) -#include -#endif -#ifdef HAVE_UNISTD_H -#include -#endif -#ifdef HAVE_SETJMP_H -#include -#endif - -#ifdef MPI_CT -#include "mpi.h" -#endif - -#include "kstddef.h" -#include "kmath.h" -#include "sgp.h" -#include "sdf.h" -#include "ir.h" -#include "getargs.h" -#include "keyboard.h" -#include "cio.h" -#include "ezplot.h" - -#ifndef basename -extern char *basename (__const char *__filename); -#endif - - -#endif - +/***************************************************************************** +** This is part of the CTSim program +** Copyright (C) 1983-2000 Kevin Rosenberg +** +** $Id: ct.h,v 1.2 2000/04/28 14:14:16 kevin Exp $ +** $Log: ct.h,v $ +** Revision 1.2 2000/04/28 14:14:16 kevin +** *** empty log message *** +** +** +** This program is free software; you can redistribute it and/or modify +** it under the terms of the GNU General Public License (version 2) as +** published by the Free Software Foundation. +** +** This program is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. +** +** You should have received a copy of the GNU General Public License +** along with this program; if not, write to the Free Software +** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +******************************************************************************/ +/*---------------------------------------------------------------------*/ +/* HEADER FILE FOR TOMOGRAPY SYSTEM */ +/*---------------------------------------------------------------------*/ + +#ifndef CT_H +#define CT_H + +#ifdef HAVE_CONFIG_H +#include +#endif +#ifdef HAVE_PNG +#include "png.h" +#endif +#ifdef HAVE_STDIO_H +#include +#endif +#ifdef HAVE_STRING_H +#include +#endif +#ifdef HAVE_STDDEF_H +#include +#endif +#include +#ifdef HAVE_STDARG_H +#include +#endif +#ifdef HAVE_SYS_TYPES_H +#include +#endif +#ifdef HAVE_SYS_STAT_H +#include +#endif +#ifdef HAVE_CTYPE_H +#include +#endif +#ifdef HAVE_MATH_H +#include +#endif +#ifdef HAVE_SYS_FCNTL_H +#include +#endif +#ifdef HAVE_FCNTL_H +#include +#endif +#if defined(HAVE_GETOPT_H) || defined(HAVE_GETOPT_LONG) +#include +#endif +#ifdef HAVE_UNISTD_H +#include +#endif +#ifdef HAVE_SETJMP_H +#include +#endif + +#ifdef MPI_CT +#include "mpi.h" +#endif + +#include "kstddef.h" +#include "kmath.h" +#include "sgp.h" +#include "sdf.h" +#include "ir.h" +#include "keyboard.h" +#include "cio.h" +#include "ezplot.h" + +#endif +