X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=include%2Fprojections.h;h=1bbeafc0c8adebf234c223e587da96e2275d5354;hb=931ea35fdc3a7e463602644e6938730556bf92a7;hp=8d5acacc9c3d0adc0a46a4fd5b1cca175fdcbb73;hpb=3e346e67f7f7a331919a32439b0f54a4d53d3029;p=ctsim.git diff --git a/include/projections.h b/include/projections.h index 8d5acac..1bbeafc 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.7 2000/06/29 12:39:45 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 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;}