Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

/home/romer/TST0.1.3/output.h

Go to the documentation of this file.
00001 /* 
00002 
00003 Copyright 1996-2006 Roeland Merks
00004 
00005 This file is part of Tissue Simulation Toolkit.
00006 
00007 Tissue Simulation Toolkit is free software; you can redistribute
00008 it and/or modify it under the terms of the GNU General Public
00009 License as published by the Free Software Foundation; either
00010 version 2 of the License, or (at your option) any later version.
00011 
00012 Tissue Simulation Toolkit is distributed in the hope that it will
00013 be useful, but WITHOUT ANY WARRANTY; without even the implied
00014 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00015 See the GNU General Public License for more details.
00016 
00017 You should have received a copy of the GNU General Public License
00018 along with Tissue Simulation Toolkit; if not, write to the Free
00019 Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
00020 02110-1301 USA
00021 
00022 */
00023 #ifndef OUTPUT_H_
00024 #define OUTPUT_H_
00025 
00026 #ifdef __cplusplus
00027 extern "C" {
00028 #endif
00029 
00030 int OpenFileAndCheckExistance(FILE **fp,const char *fname,char *ftype);
00031 int YesNoP(const char *message);
00032 FILE *OpenWriteFile(const char *filename);
00033 FILE *OpenGZippedWriteFile(const char *filename);
00034 FILE *OpenReadFile(const char *filename);
00035 char *ReadLine(FILE *fp);
00036 void CheckFile(FILE *fp);
00037 int FileExistsP(const char *fname);
00038 char *Chext(char *filename);
00039 void MakeDir(const char *dirname);
00040 bool CanWeWriteP(char *filename);
00041 
00042 #ifdef __cplusplus
00043 }
00044 #endif
00045 
00046 
00047 #define MESS_BUF_SIZE 160
00048 #ifndef FALSE
00049 #define FALSE 0
00050 #define TRUE 1
00051 #endif
00052 
00053 #endif

Generated on Tue Dec 12 16:32:40 2006 for Tissue Simulation Toolkit by doxygen 1.3.5