Changeset 727 in Sophya for trunk/SophyaLib/Samba/pixelmap.h
- Timestamp:
- Feb 21, 2000, 5:45:00 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/pixelmap.h
r682 r727 69 69 virtual double PixSolAngle(int_4 k) const =0; 70 70 71 /*! Setting blockdata to temporary (see ndatablock documentation) */ 72 virtual void SetTemp(bool temp=false) const =0; 73 74 71 75 /*! Overloading of () to access pixel number k. */ 72 76 inline T& operator()(int_4 k) {return(PixVal(k));} … … 87 91 virtual T SetPixels(T v); 88 92 inline T operator = (T v) { return(SetPixels(v)); } 93 94 89 95 90 96 //++
Note:
See TracChangeset
for help on using the changeset viewer.