Initial snark14m import
[snark14.git] / src / snark / alp4.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/alp4.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 ALP4_H
12 #define ALP4_H
13
14 #include "alg.h"
15
16 class alp4_class: public alg_class
17 {
18 private:
19
20 public:
21         BOOLEAN Run(REAL* recon, INTEGER* list, REAL* weight, INTEGER iter);
22
23 };
24
25 #endif