X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fprojections.cpp;h=bdcf35e63089e3703929b1865b5374edbc45135b;hp=f6fff539bb7c4f6a7d7e5b8362b71cb5f09964bc;hb=0eb095f799dd4222e6eb9b1db9e8c6f2831a1540;hpb=80c08292941c41d5a5863b932262722cb5512ebf diff --git a/libctsim/projections.cpp b/libctsim/projections.cpp index f6fff53..bdcf35e 100644 --- a/libctsim/projections.cpp +++ b/libctsim/projections.cpp @@ -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; +} + +