X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Freconstruct.cpp;h=c11820f3264149020a00f8df7ab5876791f948ae;hp=7bc6a833c6b39b873c3711315f25bcf93ccf6411;hb=7df269f65639c1a862a58649c48331824029128a;hpb=9776c9a12ba53419d34563a5ec57c90e3d6798f4 diff --git a/libctsim/reconstruct.cpp b/libctsim/reconstruct.cpp index 7bc6a83..c11820f 100644 --- a/libctsim/reconstruct.cpp +++ b/libctsim/reconstruct.cpp @@ -8,7 +8,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: reconstruct.cpp,v 1.13 2001/02/20 04:48:45 kevin Exp $ +** $Id: reconstruct.cpp,v 1.14 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 @@ -139,7 +139,13 @@ void Reconstructor::reconstructAllViews () { reconstructView (0, m_rProj.nView()); - delete m_pBackprojector; m_pBackprojector = NULL; + postProcessing(); +} + +void +Reconstructor::postProcessing() +{ + m_pBackprojector->PostProcessing(); }