X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Farray2dfile.h;h=79ae2f26f74b1ea476f82ea4bb3ab4cddfd50b1d;hp=5aa522db89080e67d93ba93850d465c74adfd15b;hb=4076fbc077adfd9ee610beef09b52d9e12c14abb;hpb=c39188dafe238b70c0e2dd45fd1cd2e2be95a7dc diff --git a/include/array2dfile.h b/include/array2dfile.h index 5aa522d..79ae2f2 100644 --- a/include/array2dfile.h +++ b/include/array2dfile.h @@ -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; + void printBrief (std::ostringstream& os) const; Array2dFileLabel (const Array2dFileLabel& rhs); @@ -204,6 +205,7 @@ public: void printLabels (std::ostream& os) const; void printLabelsBrief (std::ostream& os) const; + void printLabelsBrief (std::ostringstream& os) const; unsigned int nLabels() const { return m_labels.size(); }