r94: finished c++ conversions
[ctsim.git] / include / backprojectors.h
index 923cee1291e68dd59b0453b1ac74ce21d3015cda..ea0e85c23e2a3b0af01e6238c0c6b1b18124e262 100644 (file)
@@ -9,8 +9,11 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: backprojectors.h,v 1.1 2000/06/10 23:00:17 kevin Exp $
+**  $Id: backprojectors.h,v 1.2 2000/06/13 16:20:31 kevin Exp $
 **  $Log: backprojectors.h,v $
 **  $Log: backprojectors.h,v $
+**  Revision 1.2  2000/06/13 16:20:31  kevin
+**  finished c++ conversions
+**
 **  Revision 1.1  2000/06/10 23:00:17  kevin
 **  *** empty log message ***
 **
 **  Revision 1.1  2000/06/10 23:00:17  kevin
 **  *** empty log message ***
 **
@@ -49,12 +52,12 @@ class Backproject
     ImageFileArray v;
     kuint32 nx;
     kuint32 ny;
     ImageFileArray v;
     kuint32 nx;
     kuint32 ny;
-    double det_inc;
-    double rot_inc;
-    int ncent;         // index refering to L=0 projection 
-    int ndet;
-    double xmin, xmax, ymin, ymax;     // Retangular coords of phantom
-    double xinc, yinc; // size of cells
+    double detInc;
+    double rotInc;
+    int iDetCenter;            // index refering to L=0 projection 
+    int nDet;
+    double xMin, xMax, yMin, yMax;     // Retangular coords of phantom
+    double xInc, yInc; // size of cells
 
  private:
     Backproject (const Backproject& rhs);
 
  private:
     Backproject (const Backproject& rhs);