X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fscanner.h;h=8b367eedff642b10f2e2efcccac1136da5e731b5;hp=fea4dc4c8cc1675585cb75df543881684a3feff9;hb=4d5f56994972346351a48730315a7d85924103ba;hpb=cb0608392968d4509c0fbcf9b029ac5e5923e171 diff --git a/include/scanner.h b/include/scanner.h index fea4dc4..8b367ee 100644 --- a/include/scanner.h +++ b/include/scanner.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: scanner.h,v 1.18 2001/02/20 04:48:45 kevin Exp $ +** $Id: scanner.h,v 1.19 2001/02/25 16:21:36 kevin Exp $ ** ** ** This program is free software; you can redistribute it and/or modify @@ -79,9 +79,14 @@ class Scanner double dFocalLengthRatio, double dViewRatio, double dScanRatio); ~Scanner(); - void collectProjections (Projections& proj, const Phantom& phm, const int trace = Trace::TRACE_NONE, SGP* pSGP = NULL); + void collectProjections (Projections& proj, const Phantom& phm, const int trace = Trace::TRACE_NONE, + SGP* pSGP = NULL); - void collectProjections (Projections& proj, const Phantom& phm, const int iStartView, const int iNumViews, bool bStoreAtViewPosition, const int trace = Trace::TRACE_NONE, SGP* pSGP = NULL); + void collectProjections (Projections& proj, const Phantom& phm, const int iStartView, const int iNumViews, + bool bStoreAtViewPosition, const int trace = Trace::TRACE_NONE, SGP* pSGP = NULL); + + void collectProjections (Projections& proj, const Phantom& phm, const int iStartView, const int iNumViews, + int iStorageOffset, const int trace = Trace::TRACE_NONE, SGP* pSGP = NULL); void setNView (int nView);