Changeset 1204 in Sophya for trunk/SophyaLib/NTools/cimage.h


Ignore:
Timestamp:
Sep 29, 2000, 12:15:55 AM (25 years ago)
Author:
ansari
Message:

pour les adaptateurs de fit cmv 29/9/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/cimage.h

    r1169 r1204  
    3939  inline r_8     XPixSize() const {return pxsz_x;}
    4040  inline r_8     YPixSize() const {return pxsz_y;}
     41
     42  inline r_8     XPos(uint_4 i) const {return org_x + i*pxsz_x;}
     43  inline r_8     YPos(uint_4 j) const {return org_y + j*pxsz_y;}
    4144
    4245  inline void    SetOrg(r_8 orgx=0., r_8 orgy=0.)
Note: See TracChangeset for help on using the changeset viewer.