X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fthreadrecon.h;fp=src%2Fthreadrecon.h;h=97b36f42238a51720e2d4020191f597c90a21451;hp=cbb2ea91df31b41616219b5a790bbdf3607caa68;hb=a97f1819c4f24321ba8d54a16f6534ee94404d26;hpb=d495f34264b1b1bcfdd78ee153c900d9e64b5f7c diff --git a/src/threadrecon.h b/src/threadrecon.h index cbb2ea9..97b36f4 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.9 2001/02/25 10:52:55 kevin Exp $ +** $Id: threadrecon.h,v 1.10 2001/02/25 19:24:01 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 @@ -90,7 +90,7 @@ private: const char* const m_pszLabel; public: - ReconstructorSupervisor (ProjectionFileView* pProjView, int iNX, int iNY, const char* pszFilterName, + ReconstructorSupervisor (SupervisorThread* pMyThread, ProjectionFileView* pProjView, int iNX, int iNY, const char* pszFilterName, double dFilterParam, const char* pszFilterMethod, int iZeropad, const char* pszFilterGenerationName, const char* pszInterpName, int iInterpParam, const char* pszBackprojectName, const char* const pszLabel);