Changeset 604 in Sophya for trunk/SophyaLib/Samba/spheregorski.h
- Timestamp:
- Nov 20, 1999, 9:39:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/spheregorski.h
r592 r604 168 168 inline void setDataBlock(T* data,int m) { pixels_.FillFrom(m,data); } 169 169 170 /* Acces to the DataBlock */ 171 inline NDataBlock<T>& DataBlock() {return pixels_;} 172 inline const NDataBlock<T>& DataBlock() const {return pixels_;} 173 170 174 171 175
Note:
See TracChangeset
for help on using the changeset viewer.