X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fimagefile.h;fp=include%2Fimagefile.h;h=5b440a03c0bde6a69de1076b723e390ba052ef21;hp=63a02bcc6007422f6083ce3f004edafd44dc9e11;hb=505de7e90b7c4a6ab3e81ee3192a7d9837701806;hpb=c358b8c8b5649f14e2b8203b999ba8549a244727 diff --git a/include/imagefile.h b/include/imagefile.h index 63a02bc..5b440a0 100644 --- a/include/imagefile.h +++ b/include/imagefile.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: imagefile.h,v 1.32 2001/03/01 20:02:18 kevin Exp $ +** $Id: imagefile.h,v 1.33 2001/03/02 02:08:14 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 @@ -231,9 +231,6 @@ public: bool writeImagePGM (const char* const outfile, int nxcell, int nycell, double densmin, double densmax); bool writeImagePGMASCII (const char* const outfile, int nxcell, int nycell, double densmin, double densmax); bool readImagePPM (const char* const pszFile); -#if HAVE_CTN_DICOM - bool readImageDicom (const char* const pszFile); -#endif static double redGrayscaleFactor() {return s_dRedGrayscaleFactor;} static double greenGrayscaleFactor() {return s_dGreenGrayscaleFactor;}