X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fimagefile.h;fp=include%2Fimagefile.h;h=aabb903bd2098cd78025a98e30e1c66d15ecf442;hp=eaa69afa89e97556e7bea844ba5e0f669c784c35;hb=23f5654dacb1952c15bda92c2606fae3a55e48ad;hpb=9a334e5884e2e6d42afc43ac0d3d64d5fb340101 diff --git a/include/imagefile.h b/include/imagefile.h index eaa69af..aabb903 100644 --- a/include/imagefile.h +++ b/include/imagefile.h @@ -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 ();