X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fthreadrecon.h;h=cbb2ea91df31b41616219b5a790bbdf3607caa68;hp=f4f91057787b14351797669be6655b00b17796df;hb=df521cfe14a9e0b47bdcd98d1f67d03acf242162;hpb=8bf5da21ee7bc7417c385da8c4fb0b67025804fa diff --git a/src/threadrecon.h b/src/threadrecon.h index f4f9105..cbb2ea9 100644 --- a/src/threadrecon.h +++ b/src/threadrecon.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: threadrecon.h,v 1.8 2001/02/25 06:32:12 kevin Exp $ +** $Id: threadrecon.h,v 1.9 2001/02/25 10:52:55 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 @@ -125,7 +125,7 @@ public: : BackgroundWorkerThread (pSupervisor, iThread, iStartView, iNumViews) {} - SetParameters (ProjectionFileView* pProjFile, ImageFile* pImageFile, + void SetParameters (ProjectionFileView* pProjFile, ImageFile* pImageFile, const char* const pszFilterName, double dFilterParam, const char* const pszFilterMethod, int iZeropad, const char* const pszFilterGenerationName, const char* const pszInterpName, int iInterpParam, const char* pszBackprojectName);