Changeset 2968 in Sophya for trunk/SophyaLib/SkyMap/sphericalmap.h
- Timestamp:
- Jun 6, 2006, 6:53:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/sphericalmap.h
r2885 r2968 47 47 virtual void Resize(int_4 m)=0; 48 48 virtual uint_4 NbThetaSlices() const=0; 49 virtual r_8 ThetaOfSlice(int_4 index) const=0; 49 50 virtual void GetThetaSlice(int_4 index,r_8& theta, TVector<r_8>& phi, TVector<T>& value) const=0; 50 51 virtual void GetThetaSlice(int_4 sliceIndex, r_8& theta, r_8& phi0, TVector<int_4>& pixelIndices,TVector<T>& value) const=0 ;
Note:
See TracChangeset
for help on using the changeset viewer.