r591: Added Center-Detector length to scanning and reconstruction
[ctsim.git] / include / backprojectors.h
index ce5b108da83e4925ae7c1aae422f7cfa8d236f18..0a0cb1275dfdd8034db2b30df0d8c4a73d562c9c 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: backprojectors.h,v 1.23 2001/02/23 02:06:01 kevin Exp $
+**  $Id: backprojectors.h,v 1.24 2001/03/01 07:30:49 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -133,6 +133,7 @@ class Backproject
     double xInc, yInc; // size of cells
     int m_interpFactor;
     double m_dFocalLength;
+    double m_dSourceDetectorLength;
     bool m_bPostProcessingDone;
 
  private: