X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fimagefile.h;h=dd0c0c9d5744e3a2c64b5a849a520f832b905175;hp=ae090e78e713eff199121e4f77c0dc09278bf74c;hb=484b9ac2ebf8f88dbe36bdc1d3a9c1b6a2b242eb;hpb=07fbc7c8c9cf0e9de956284d6057a825c81ae0ce diff --git a/include/imagefile.h b/include/imagefile.h index ae090e7..dd0c0c9 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.20 2000/12/04 05:36:57 kevin Exp $ +** $Id: imagefile.h,v 1.21 2000/12/16 03:29:02 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 @@ -123,11 +123,11 @@ class ImageFile : public ImageFileBase void getMinMax (double& min, double& max) const; - void printStatistics (ostream& os) const; + void printStatistics (std::ostream& os) const; bool comparativeStatistics (const ImageFile& imComp, double& d, double& r, double& e) const; - bool printComparativeStatistics (const ImageFile& imComp, ostream& os) const; + bool printComparativeStatistics (const ImageFile& imComp, std::ostream& os) const; int display (void) const;