X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Freconstruct.h;h=1e232e515ef52278cb3244823e6490e956b59f81;hb=e98a8a9d72a7b919debbbc9d1b0f237fe71c0fb3;hp=54f19f0194a984fdb3e54b961a1d06ec987e5f80;hpb=3f6c94c6bd432ad7b7a55ad991d3b8223fb44f18;p=ctsim.git diff --git a/include/reconstruct.h b/include/reconstruct.h index 54f19f0..1e232e5 100644 --- a/include/reconstruct.h +++ b/include/reconstruct.h @@ -8,7 +8,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: reconstruct.h,v 1.6 2001/02/20 04:48:45 kevin Exp $ +** $Id: reconstruct.h,v 1.7 2001/02/23 02:06: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 @@ -63,6 +63,7 @@ class Reconstructor void reconstructAllViews (); void reconstructView (int iStartView = 0, int iViewCount = -1, SGP* pSGP = NULL, bool bBackprojectView = true, double dGraphWidth = 1.); + void postProcessing (); }; #endif