X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fprojections.h;h=eb1c3c7d03b852b4e2085eb976ab259b31e1ba8b;hp=03cb2da92db5ba71d586b9bcb793eaae3bf04caa;hb=484b9ac2ebf8f88dbe36bdc1d3a9c1b6a2b242eb;hpb=07fbc7c8c9cf0e9de956284d6057a825c81ae0ce diff --git a/include/projections.h b/include/projections.h index 03cb2da..eb1c3c7 100644 --- a/include/projections.h +++ b/include/projections.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: projections.h,v 1.16 2000/12/16 02:31:00 kevin Exp $ +** $Id: projections.h,v 1.17 2000/12/16 03:29:02 kevin Exp $ ** ** ** This program is free software; you can redistribute it and/or modify @@ -89,11 +89,11 @@ class Projections const DetectorArray& getDetectorArray (const int iview) const { return (*m_projData[iview]); } - static bool copyHeader (const char* const filename, ostream& os); - static bool copyHeader (const string& filename, ostream& os); + static bool copyHeader (const char* const filename, std::ostream& os); + static bool copyHeader (const string& filename, std::ostream& os); - static bool copyViewData (const char* const filename, ostream& os, int startView, int endView); - static bool copyViewData (const string& filename, ostream& os, int startView, int endView); + static bool copyViewData (const char* const filename, std::ostream& os, int startView, int endView); + static bool copyViewData (const string& filename, std::ostream& os, int startView, int endView); private: int m_headerSize; // Size of disk file header