Changeset 908 in Sophya for trunk/SophyaLib/SkyMap/spherehealpix.h
- Timestamp:
- Apr 13, 2000, 3:31:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherehealpix.h
r906 r908 84 84 virtual ~SphereHEALPix(); 85 85 86 // Temporaire? 87 inline 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 } 86 93 /*! Setting blockdata to temporary (see ndatablock documentation) */ 87 94 inline virtual void SetTemp(bool temp=false) const … … 206 213 207 214 208 void CloneOrShare(const SphereHEALPix<T>& a);209 210 SphereHEALPix<T>& Set(const SphereHEALPix<T>& a);211 215 212 216 inline SphereHEALPix<T>& operator = (const SphereHEALPix<T>& a) … … 233 237 } 234 238 239 void CloneOrShare(const SphereHEALPix<T>& a); 240 SphereHEALPix<T>& Set(const SphereHEALPix<T>& a); 241 235 242 // ------------- variables internes ----------------------- 236 243
Note:
See TracChangeset
for help on using the changeset viewer.