Changeset 574 in Sophya for trunk/SophyaLib/Samba/spherethetaphi.h
- Timestamp:
- Nov 12, 1999, 4:03:09 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/spherethetaphi.h
r565 r574 32 32 */ 33 33 SphereThetaPhi(int m); 34 SphereThetaPhi(const SphereThetaPhi<T>& s );34 SphereThetaPhi(const SphereThetaPhi<T>& s, bool share=false); 35 35 virtual ~SphereThetaPhi(); 36 36 … … 56 56 /*! Return (theta,phi) coordinates of middle of pixel with index k */ 57 57 virtual void PixThetaPhi(int k, double& theta, double& phi) const; 58 59 /*! Setting pixel values to a constant */ 60 virtual T SetPixels(T v); 58 61 59 62 /* retourne/fixe l'angle Solide de Pixel (steradians) */
Note:
See TracChangeset
for help on using the changeset viewer.