Changeset 3189 in Sophya for trunk/SophyaLib/NTools/cimage.h
- Timestamp:
- Mar 17, 2007, 10:23:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/cimage.h
r2885 r3189 58 58 inline void SetPixelSize(r_8 szx=1., r_8 szy=1.) 59 59 { pxsz_x = szx; pxsz_y = szy; } 60 61 //! = : fill image with constant value \b x 62 inline Image<T>& operator = (T x) {SetT(x); return(*this);} 60 63 61 64 protected:
Note:
See TracChangeset
for help on using the changeset viewer.