Changeset 746 in Sophya for trunk/SophyaLib/Samba/spherethetaphi.h
- Timestamp:
- Mar 1, 2000, 5:46:20 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/spherethetaphi.h
r726 r746 141 141 a vector containing the corresponding values of pixels 142 142 */ 143 void GetThetaSlice(int_4 index, double& theta,TVector<double>& phi,TVector<T>& value) const;143 void GetThetaSlice(int_4 index,r_8& theta,TVector<r_8>& phi,TVector<T>& value) const; 144 144 145 145 /*! For a theta-slice with index 'index', return : … … 155 155 a vector containing the corresponding values of pixels 156 156 */ 157 void GetThetaSlice(int_4 index, double& theta, double& phi0,TVector<int>& pixelIndices, TVector<T>& value) const ;157 void GetThetaSlice(int_4 index, r_8& theta, r_8& phi0,TVector<int_4>& pixelIndices, TVector<T>& value) const ; 158 158 159 159
Note:
See TracChangeset
for help on using the changeset viewer.