Initial snark14m import
[snark14.git] / src / snark / infile.h
1 /* 
2  ***********************************************************
3  $SNARK_Header: S N A R K  1 4 - A PICTURE RECONSTRUCTION PROGRAM $
4  $HeadURL: svn://dig.cs.gc.cuny.edu/snark/trunk/src/snark/infile.h $
5  $LastChangedRevision: 80 $
6  $Date: 2014-07-01 21:01:54 -0400 (Tue, 01 Jul 2014) $
7  $Author: agulati $
8  ***********************************************************
9  */
10
11 #ifndef INFILE_H
12 #define INFILE_H
13
14 #include "inputfile.h"
15
16 extern class InFile_class: public InputFile_class
17 {
18 private:
19
20 public:
21         BOOLEAN GetFormat(BOOLEAN NewLine, CHAR* pictf);
22         void GetComment(CHAR* head);
23         void listit(INTEGER* iter);
24         void GetRunOptions();
25         void CreaInCrea();
26         void CreaInProj();
27 } InFile;
28
29 #endif