X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fimagefile.h;h=70c3fe40b4f914b1364fd33c235a81f7cc1b83c1;hp=7c0952c2acc568e8b96897a011637ac77074baa5;hb=a62ba7c54d39fcf1e469c8df169018fa60ae7c3b;hpb=4b16507e92bb80b09575b28bed66810e33d2681f 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;