Changeset 746 in Sophya for trunk/SophyaLib/Samba/spheregorski.h
- Timestamp:
- Mar 1, 2000, 5:46:20 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/spheregorski.h
r724 r746 98 98 a vector containing the corresponding values of pixels 99 99 */ 100 void GetThetaSlice(int_4 index, double& theta,TVector<double>& phi,TVector<T>& value) const;100 void GetThetaSlice(int_4 index,r_8& theta,TVector<r_8>& phi,TVector<T>& value) const; 101 101 /*! For a theta-slice with index 'index', return : 102 102 … … 111 111 a vector containing the corresponding values of pixels 112 112 */ 113 void GetThetaSlice(int_4 sliceIndex, double& theta, double& phi0, TVector<int>& pixelIndices,TVector<T>& value) const ;113 void GetThetaSlice(int_4 sliceIndex,r_8& theta, r_8& phi0, TVector<int_4>& pixelIndices,TVector<T>& value) const ; 114 114 115 115 /* Return true if teta,phi in map */
Note:
See TracChangeset
for help on using the changeset viewer.