Changeset 3189 in Sophya
- Timestamp:
- Mar 17, 2007, 10:23:33 PM (19 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 2 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: -
trunk/SophyaLib/NTools/fct2dfit.h
r926 r3189 123 123 124 124 ////////////////////////////////////////////////////////////////// 125 //! gaussienne ontegree 2D de volume 1 approchee par dl au 2sd ordre125 //! gaussienne integree 2D de volume 1 approchee par dl au 2sd ordre 126 126 class Gdl1RhInt2D : public GeneralPSF2D { 127 127 public:
Note:
See TracChangeset
for help on using the changeset viewer.