r333: *** empty log message ***
[ctsim.git] / include / array2dfile.h
index 5aa522db89080e67d93ba93850d465c74adfd15b..79ae2f26f74b1ea476f82ea4bb3ab4cddfd50b1d 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: array2dfile.h,v 1.16 2001/01/02 06:29:23 kevin Exp $
+**  $Id: array2dfile.h,v 1.17 2001/01/02 07:47:36 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
@@ -90,6 +90,7 @@ public:
 
     void print (std::ostream& os) const;
     void printBrief (std::ostream& os) const;\r
+    void printBrief (std::ostringstream& os) const;\r
 
     Array2dFileLabel (const Array2dFileLabel& rhs);
 
@@ -204,6 +205,7 @@ public:
 
   void printLabels (std::ostream& os) const;\r
   void printLabelsBrief (std::ostream& os) const;\r
+  void printLabelsBrief (std::ostringstream& os) const;\r
 \r
   unsigned int nLabels() const\r
   { return m_labels.size(); }\r