X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fimagefile.h;h=70c3fe40b4f914b1364fd33c235a81f7cc1b83c1;hb=b5857e74e5735455b5ef11cbea5044ae7b2e8a0d;hp=7c0952c2acc568e8b96897a011637ac77074baa5;hpb=4b16507e92bb80b09575b28bed66810e33d2681f;p=ctsim.git diff --git a/include/imagefile.h b/include/imagefile.h index 7c0952c..70c3fe4 100644 --- a/include/imagefile.h +++ b/include/imagefile.h @@ -13,6 +13,8 @@ class Array2dFileLabel { private: void init (void); + Array2dFileLabel (const Array2dFileLabel&); + Array2dFileLabel& operator= (const Array2dFileLabel&); public: kfloat64 calc_time; @@ -88,6 +90,9 @@ private: kuint32 mNX; kuint32 mNY; + Array2dFile (const Array2dFile&); + Array2dFile& operator= (const Array2dFile&); + public: Array2d array;