r352: no message
[ctsim.git] / libctsim / projections.cpp
index f6fff539bb7c4f6a7d7e5b8362b71cb5f09964bc..bdcf35e63089e3703929b1865b5374edbc45135b 100644 (file)
@@ -8,7 +8,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: projections.cpp,v 1.35 2001/01/02 16:02:13 kevin Exp $
+**  $Id: projections.cpp,v 1.36 2001/01/03 22:00:46 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
@@ -609,4 +609,15 @@ Projections::printScanInfo (std::ostringstream& os) const
 }
 
 
+bool Projections::convertPolar (ImageFile& rIF, int iInterpolation)
+{
+  return false;
+}
+
+bool Projections::convertFFTPolar (ImageFile& rIF, int iInterpolation, int iZeropad)
+{
+  return false;
+}
+
+