Ignore:
Timestamp:
Apr 13, 2000, 3:31:18 PM (25 years ago)
Author:
ansari
Message:

divers nettoyages : const. de copie, surcharge = etc.

File:
1 edited

Legend:

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

    r906 r908  
    8484virtual ~SphereHEALPix();
    8585
     86  // Temporaire?
     87inline virtual bool   IsTemp(void) const {
     88
     89    if (sliceBeginIndex_.IsTemp() != pixels_.IsTemp() || sliceLenght_.IsTemp() != pixels_.IsTemp() )
     90      throw PException(" l'etat 'temporaire' de la spherehealpix est incoherent");
     91    return pixels_.IsTemp();
     92}
    8693/*! Setting blockdata to temporary (see ndatablock documentation) */
    8794inline virtual void SetTemp(bool temp=false) const
     
    206213
    207214
    208  void CloneOrShare(const SphereHEALPix<T>& a);
    209 
    210  SphereHEALPix<T>& Set(const SphereHEALPix<T>& a);
    211215
    212216inline  SphereHEALPix<T>& operator = (const SphereHEALPix<T>& a)
     
    233237  }
    234238
     239 void CloneOrShare(const SphereHEALPix<T>& a);
     240 SphereHEALPix<T>& Set(const SphereHEALPix<T>& a);
     241
    235242// ------------- variables internes -----------------------
    236243
Note: See TracChangeset for help on using the changeset viewer.