Ignore:
Timestamp:
Feb 5, 2007, 10:07:06 AM (19 years ago)
Author:
ansari
Message:

Ajout methodes RenewObjId() pour cartes spheriques et localmap - Reza 05/02/2007

File:
1 edited

Legend:

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

    r2990 r3174  
    180180 SphereHEALPix<T>& CopyElt(const SphereHEALPix<T>& a);
    181181
     182//! assign a new object Id (or DataRef Id) - useful for PPF write operations
     183// Reza 02/2007 : Est-il suffisant de faire l'operation sur pixels_ ?
     184  inline void RenewObjId() { pixels_.RenewObjId(); }
    182185
    183186 // friend declaration for classes which handle persistence and FITS IO
Note: See TracChangeset for help on using the changeset viewer.