Initial snark14m import
[snark14.git] / src / snark / creacm.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/creacm.h $
5  $LastChangedRevision: 85 $
6  $Date: 2014-07-02 16:07:08 -0400 (Wed, 02 Jul 2014) $
7  $Author: agulati $
8  **********************************************************************
9  */
10
11 #ifndef CERACM_H
12 #define CERACM_H
13
14 #include "blkdta.h"
15
16 extern class creacm_class
17 {
18 public:
19         BOOLEAN picflg;BOOLEAN prjflg;BOOLEAN crt12;BOOLEAN modif;BOOLEAN erflag;CHAR name[81];INTEGER percnt[7];INTEGER nave1;INTEGER nobj;INTEGER iseed;INTEGER varseed;INTEGER word1;INTEGER word2;INTEGER word3;REAL* test;REAL* pang;
20
21         REAL* recon;
22
23         REAL aperwt[13];
24
25         creacm_class();
26         ~creacm_class();
27 } Creacm;
28
29 #endif