r259: MSVC modifications
[ctsim.git] / include / projections.h
index 03cb2da92db5ba71d586b9bcb793eaae3bf04caa..eb1c3c7d03b852b4e2085eb976ab259b31e1ba8b 100644 (file)
@@ -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