Ignore:
Timestamp:
Sep 22, 2000, 12:36:46 PM (25 years ago)
Author:
ansari
Message:

Introduction de la classe HEALPix pour accrocher les methodes de
converion angle<>index
rajout en methodes inline static de ces methodes de conversion pour
SphereHEALPix<T>
+ Autre modifs cosmetiques + MAJ Makefile , Reza 21/9/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/spherethetaphi.h

    r980 r1196  
    3434class SphereThetaPhi : public SphericalMap<T>
    3535{
    36 
    37   friend class FIO_SphereThetaPhi<T>;
    38   friend class FITS_SphereThetaPhi<T>;
    3936
    4037public :
     
    185182void print(ostream& os) const;
    186183
    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)
    188190                                                       {return Set(a);}
    189191
    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
     196protected :
    192197
    193198// ------------- méthodes internes ----------------------         
     
    199204    NTheta_= nbThetaIndex;
    200205  }
    201 void CloneOrShare(const SphereThetaPhi<T>& a);
    202 
    203 SphereThetaPhi<T>& Set(const SphereThetaPhi<T>& a);
    204  SphereThetaPhi<T>& CopyElt(const SphereThetaPhi<T>& a);
    205206
    206207// ------------- variables internes ---------------------
Note: See TracChangeset for help on using the changeset viewer.