Ignore:
Timestamp:
Jun 6, 2006, 6:53:51 PM (19 years ago)
Author:
ansari
Message:

Ajout methode ThetaOfSlice() a l'interface SphericalMap et propagation , Reza 06/06/2006

File:
1 edited

Legend:

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

    r2965 r2968  
    7070virtual T const& PixVal(int_4 k) const;
    7171
    72 uint_4 NbThetaSlices() const;
     72virtual uint_4 NbThetaSlices() const;
     73virtual r_8  ThetaOfSlice(int_4 index) const;
    7374virtual void GetThetaSlice(int_4 index,r_8& theta,TVector<r_8>& phi,TVector<T>& value) const;
    7475virtual void GetThetaSlice(int_4 sliceIndex,r_8& theta, r_8& phi0, TVector<int_4>& pixelIndices,TVector<T>& value) const ;
Note: See TracChangeset for help on using the changeset viewer.