Changeset 518 in Sophya for trunk/SophyaLib/Samba/localmap.h
- Timestamp:
- Oct 26, 1999, 4:31:44 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/localmap.h
r473 r518 1 // This may look like C code, but it is really -*- C++ -*- 1 2 #ifndef LOCALMAP_SEEN 2 3 #define LOCALMAP_SEEN … … 63 64 virtual T const& PixVal(int k) const; 64 65 66 /* Return true if teta,phi in map */ 67 virtual bool ContainsSph(double theta, double phi) const; 65 68 /* return the index of pixel at (theta,phi) */ 66 69 virtual int PixIndexSph(double theta,double phi) const;
Note:
See TracChangeset
for help on using the changeset viewer.