X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fbackprojectors.h;h=ea0e85c23e2a3b0af01e6238c0c6b1b18124e262;hp=923cee1291e68dd59b0453b1ac74ce21d3015cda;hb=031437896d0dc6cac70c16e5604b10f5aa4d0767;hpb=c481fbf2890e6e3a0a5479a9e53e685634ce411a;ds=sidebyside diff --git a/include/backprojectors.h b/include/backprojectors.h index 923cee1..ea0e85c 100644 --- a/include/backprojectors.h +++ b/include/backprojectors.h @@ -9,8 +9,11 @@ ** 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 $ +** 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 *** ** @@ -49,12 +52,12 @@ class Backproject 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);