r460: no message
[ctsim.git] / include / imagefile.h
index eaa69afa89e97556e7bea844ba5e0f669c784c35..1062828f7445e0e17f59b199f38123cac10b55a2 100644 (file)
@@ -7,9 +7,9 @@
 **     Date Started: June 2000
 **
 **  This is part of the CTSim program
-**  Copyright (C) 1983-2000 Kevin Rosenberg
+**  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: imagefile.h,v 1.28 2001/01/02 16:02:12 kevin Exp $
+**  $Id: imagefile.h,v 1.31 2001/01/28 19:10:18 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
@@ -151,6 +151,8 @@ public:
       : ImageFileBase ()
   {}
 
+  void getCenterCoordinates (unsigned int& iXCenter, unsigned int& iYCenter);
+
   bool convertRealToComplex ();
   bool convertComplexToReal ();
 
@@ -180,6 +182,10 @@ public:
 #ifdef HAVE_FFTW
   bool fft (ImageFile& result) const;
   bool ifft (ImageFile& result) const;
+  bool fftRows (ImageFile& result) const;
+  bool ifftRows (ImageFile& result) const;
+  bool fftCols (ImageFile& result) const;
+  bool ifftCols (ImageFile& result) const;
 #endif
   bool magnitude (ImageFile& result) const;
   bool phase (ImageFile& result) const;