r574: no message
[ctsim.git] / include / reconstruct.h
index 54f19f0194a984fdb3e54b961a1d06ec987e5f80..1e232e515ef52278cb3244823e6490e956b59f81 100644 (file)
@@ -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