Changeset 574 in Sophya for trunk/SophyaLib/Samba/localmap.h
- Timestamp:
- Nov 12, 1999, 4:03:09 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/localmap.h
r568 r574 66 66 LocalMap(); 67 67 LocalMap(int nx, int ny); 68 LocalMap(const LocalMap<T>& lm );68 LocalMap(const LocalMap<T>& lm, bool share=false); 69 69 virtual ~LocalMap(); 70 70 … … 98 98 /*! Return (theta, phi) coordinates of pixel with index k */ 99 99 virtual void PixThetaPhi(int k,double& theta,double& phi) const; 100 101 /*! Set all pixels to value v */ 102 virtual T SetPixels(T v); 100 103 101 104 /* return the Pixel Solid angle (steradians) */
Note:
See TracChangeset
for help on using the changeset viewer.