Changeset 727 in Sophya for trunk/SophyaLib/Samba/sphericalmap.h
- Timestamp:
- Feb 21, 2000, 5:45:00 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/sphericalmap.h
r682 r727 34 34 // index characterizing the size pixelization : m for SphereThetaPhi 35 35 // nside for Gorski sphere... 36 virtual void Resize(int_4 m)=0; 37 virtual int_4 NbThetaSlices() const=0; 38 virtual void GetThetaSlice(int_4 index,double& theta, TVector<double>& phi, TVector<T>& value) const=0; 36 virtual void Resize(int m)=0; 37 virtual uint_4 NbThetaSlices() const=0; 38 virtual void GetThetaSlice(int index,double& theta, TVector<double>& phi, TVector<T>& value) const=0; 39 virtual void GetThetaSlice(int_4 sliceIndex,double& theta, double& phi0, TVector<int>& pixelIndices,TVector<T>& value) const=0 ; 39 40 }; 40 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.