Ignore:
Timestamp:
Nov 12, 1999, 4:03:09 PM (26 years ago)
Author:
ansari
Message:

ajout arg share ds constructeurs, et methode ContainsSph ds localmap.cc et operateur = , Reza 12/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/spherethetaphi.h

    r565 r574  
    3232*/
    3333SphereThetaPhi(int m);
    34 SphereThetaPhi(const SphereThetaPhi<T>& s);
     34SphereThetaPhi(const SphereThetaPhi<T>& s, bool share=false);
    3535virtual ~SphereThetaPhi();
    3636
     
    5656/*!   Return (theta,phi) coordinates of middle of  pixel with  index k */
    5757virtual void PixThetaPhi(int k, double& theta, double& phi) const;
     58
     59/*! Setting pixel values to a constant */
     60virtual T SetPixels(T v);
    5861
    5962/* retourne/fixe l'angle Solide de Pixel   (steradians) */
Note: See TracChangeset for help on using the changeset viewer.