X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fimagefile.h;fp=include%2Fimagefile.h;h=a31b04e4696ebf0880e24d98d5a36dd4fb3c4388;hp=aabb903bd2098cd78025a98e30e1c66d15ecf442;hb=c6cda8844a491b71759e5dd5edba830d0b809cfd;hpb=23f5654dacb1952c15bda92c2606fae3a55e48ad diff --git a/include/imagefile.h b/include/imagefile.h index aabb903..a31b04e 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.29 2001/01/04 21:28:41 kevin Exp $ +** $Id: imagefile.h,v 1.30 2001/01/06 15:33:15 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 @@ -182,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;