Changeset 592 in Sophya
- Timestamp:
- Nov 17, 1999, 7:48:36 PM (26 years ago)
- Location:
- trunk/SophyaLib/Samba
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/localmap.h
r574 r592 59 59 60 60 template<class T> 61 class LocalMap : public PixelMap<T> , public AnyDataObj61 class LocalMap : public PixelMap<T> 62 62 { 63 63 … … 142 142 inline virtual int SizeIndex() const {return(nPix_);} 143 143 inline int Size_x() const {return nSzX_;} 144 inline int XSize() const {return nSzX_;} 144 145 inline void setSize_x(int n) {nSzX_= n;} 145 146 inline int Size_y() const {return nSzY_;} 147 inline int YSize() const {return nSzY_;} 146 148 inline void setSize_y(int n) {nSzY_= n;} 147 149 -
trunk/SophyaLib/Samba/pixelmap.h
r574 r592 20 20 */ 21 21 template<class T> 22 class PixelMap 22 class PixelMap : public AnyDataObj 23 23 { 24 24 -
trunk/SophyaLib/Samba/spheregorski.h
r574 r592 51 51 52 52 template<class T> 53 class SphereGorski : public SphericalMap<T> , public AnyDataObj53 class SphereGorski : public SphericalMap<T> 54 54 { 55 55 -
trunk/SophyaLib/Samba/spherethetaphi.h
r574 r592 21 21 */ 22 22 template <class T> 23 class SphereThetaPhi : public SphericalMap<T> , public AnyDataObj23 class SphereThetaPhi : public SphericalMap<T> 24 24 { 25 25
Note:
See TracChangeset
for help on using the changeset viewer.