X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Farray2dfile.h;h=8104129d5c1129328919adae7583ef02561fb733;hb=3e346e67f7f7a331919a32439b0f54a4d53d3029;hp=da4671e859517b754fba299805a1cb4a3faf6013;hpb=2f3d6e2580db607105bb072b13e4aff453ae4495;p=ctsim.git diff --git a/include/array2dfile.h b/include/array2dfile.h index da4671e..8104129 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.1 2000/06/26 21:15:24 kevin Exp $ +** $Id: array2dfile.h,v 1.3 2000/06/28 15:25:34 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 @@ -62,6 +62,12 @@ public: kfloat64 getCalcTime (void) const { return m_calcTime; } + void setCalcTime (kfloat64 calcTime) + { m_calcTime = calcTime; } + + void setLabelType (int labelType) + { m_labelType = labelType; } + int getLabelType (void) const { return m_labelType; } @@ -77,9 +83,11 @@ public: const string& getDateString () const; - // Array2dFileLabel (const Array2dFileLabel&); + void print (ostream& os) const; + + Array2dFileLabel (const Array2dFileLabel& rhs); - // Array2dFileLabel& operator= (const Array2dFileLabel&); + Array2dFileLabel& operator= (const Array2dFileLabel& rhs); private: void init (void);