Changeset 592 in Sophya for trunk/SophyaLib/Samba


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

corrections diverses - Reza 17/11/99

Location:
trunk/SophyaLib/Samba
Files:
4 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
  • trunk/SophyaLib/Samba/pixelmap.h

    r574 r592  
    2020*/
    2121template<class T>
    22 class PixelMap 
     22class PixelMap  : public AnyDataObj
    2323{
    2424
  • trunk/SophyaLib/Samba/spheregorski.h

    r574 r592  
    5151
    5252template<class T>
    53 class SphereGorski : public SphericalMap<T>,  public AnyDataObj
     53class SphereGorski : public SphericalMap<T>
    5454{
    5555
  • trunk/SophyaLib/Samba/spherethetaphi.h

    r574 r592  
    2121*/
    2222template <class T>
    23 class SphereThetaPhi : public SphericalMap<T>, public AnyDataObj
     23class SphereThetaPhi : public SphericalMap<T>
    2424{
    2525
Note: See TracChangeset for help on using the changeset viewer.