Changeset 1196 in Sophya for trunk/SophyaLib/SkyMap/spherethetaphi.h
- Timestamp:
- Sep 22, 2000, 12:36:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherethetaphi.h
r980 r1196 34 34 class SphereThetaPhi : public SphericalMap<T> 35 35 { 36 37 friend class FIO_SphereThetaPhi<T>;38 friend class FITS_SphereThetaPhi<T>;39 36 40 37 public : … … 185 182 void print(ostream& os) const; 186 183 187 inline SphereThetaPhi<T>& operator = (const SphereThetaPhi<T>& a) 184 void CloneOrShare(const SphereThetaPhi<T>& a); 185 186 SphereThetaPhi<T>& Set(const SphereThetaPhi<T>& a); 187 SphereThetaPhi<T>& CopyElt(const SphereThetaPhi<T>& a); 188 189 inline SphereThetaPhi<T>& operator = (const SphereThetaPhi<T>& a) 188 190 {return Set(a);} 189 191 190 191 private : 192 // friend declaration for classes which handle persistence and FITS IO 193 friend class FIO_SphereThetaPhi<T>; 194 friend class FITS_SphereThetaPhi<T>; 195 196 protected : 192 197 193 198 // ------------- méthodes internes ---------------------- … … 199 204 NTheta_= nbThetaIndex; 200 205 } 201 void CloneOrShare(const SphereThetaPhi<T>& a);202 203 SphereThetaPhi<T>& Set(const SphereThetaPhi<T>& a);204 SphereThetaPhi<T>& CopyElt(const SphereThetaPhi<T>& a);205 206 206 207 // ------------- variables internes ---------------------
Note:
See TracChangeset
for help on using the changeset viewer.