Changeset 592 in Sophya for trunk/SophyaLib/Samba/localmap.h


Ignore:
Timestamp:
Nov 17, 1999, 7:48:36 PM (26 years ago)
Author:
ansari
Message:

corrections diverses - Reza 17/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/localmap.h

    r574 r592  
    5959
    6060template<class T>
    61 class LocalMap : public PixelMap<T>, public AnyDataObj
     61class LocalMap : public PixelMap<T>
    6262{
    6363
     
    142142inline virtual int SizeIndex() const {return(nPix_);}
    143143inline int Size_x() const {return nSzX_;}
     144inline int XSize() const {return nSzX_;}
    144145inline void setSize_x(int n) {nSzX_= n;}
    145146inline int Size_y() const {return nSzY_;}
     147inline int YSize() const {return nSzY_;}
    146148inline void setSize_y(int n) {nSzY_= n;}
    147149
Note: See TracChangeset for help on using the changeset viewer.