X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fprojections.h;h=f235e320ee578b198b387cb6c3ec68e7c59ab00b;hb=6850134e4711a842cc7c0a306a9e4243df06b952;hp=8d5acacc9c3d0adc0a46a4fd5b1cca175fdcbb73;hpb=949b7c917af311cd38f911bc5d0af36f524a6086;p=ctsim.git diff --git a/include/projections.h b/include/projections.h index 8d5acac..f235e32 100644 --- a/include/projections.h +++ b/include/projections.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: projections.h,v 1.6 2000/06/27 10:48:11 kevin Exp $ +** $Id: projections.h,v 1.8 2000/07/06 08:30:30 kevin Exp $ ** ** ** This program is free software; you can redistribute it and/or modify @@ -53,7 +53,7 @@ class Projections bool detarrayRead (fnetorderstream& fs, DetectorArray& darray, const int view_num); bool detarrayWrite (fnetorderstream& fs, const DetectorArray& darray, const int view_num); - bool reconstruct (ImageFile& im, const char* const filterName, double filt_param, const char* const interpName, int interp_param, const char* const backprojName, const int trace); + bool reconstruct (ImageFile& im, const char* const filterName, double filt_param, const char* const filterMethodName, const int zeropad, const char* const interpName, int interp_param, const char* const backprojName, const int trace); void setNView (int nView); // used in MPI to restrict # of views void setRotInc (double rotInc) { m_rotInc = rotInc;}