r354: Added Projection Polar conversions
[ctsim.git] / include / imagefile.h
index eaa69afa89e97556e7bea844ba5e0f669c784c35..aabb903bd2098cd78025a98e30e1c66d15ecf442 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: imagefile.h,v 1.28 2001/01/02 16:02:12 kevin Exp $
+**  $Id: imagefile.h,v 1.29 2001/01/04 21:28:41 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 ();