Changeset 574 in Sophya for trunk/SophyaLib/Samba/localmap.h


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/localmap.h

    r568 r574  
    6666LocalMap();
    6767LocalMap(int nx, int ny);
    68 LocalMap(const LocalMap<T>& lm);
     68LocalMap(const LocalMap<T>& lm, bool share=false);
    6969virtual ~LocalMap();
    7070
     
    9898/*!    Return (theta, phi) coordinates of pixel with index k */
    9999virtual void PixThetaPhi(int k,double& theta,double& phi) const;
     100
     101/*! Set all pixels to value v */
     102virtual T SetPixels(T v);
    100103
    101104/* return the Pixel Solid angle  (steradians) */
Note: See TracChangeset for help on using the changeset viewer.