Changeset 2990 in Sophya for trunk/SophyaLib/SkyMap/sphericalmap.h
- Timestamp:
- Jun 23, 2006, 12:35:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/sphericalmap.h
r2973 r2990 60 60 virtual void GetThetaSlice(int_4 index,r_8& theta, TVector<r_8>& phi, TVector<T>& value) const=0; 61 61 virtual void GetThetaSlice(int_4 sliceIndex, r_8& theta, r_8& phi0, TVector<int_4>& pixelIndices,TVector<T>& value) const=0 ; 62 /*! 63 If possible return a pointer to the slice pixel data. return NULL otherwise 64 */ 65 virtual T* GetThetaSliceDataPtr(int_4 sliceIndex) { return NULL; } 62 66 }; 63 67
Note:
See TracChangeset
for help on using the changeset viewer.