Changeset 604 in Sophya for trunk/SophyaLib/Samba/localmap.h
- Timestamp:
- Nov 20, 1999, 9:39:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/localmap.h
r592 r604 156 156 inline void setDataBlock(T* data, int n) {pixels_.FillFrom(n,data);} 157 157 158 /* Acces to the DataBlock */ 159 inline NDataBlock<T>& DataBlock() {return pixels_;} 160 inline const NDataBlock<T>& DataBlock() const {return pixels_;} 161 158 162 /* impression */ 159 163 void print(ostream& os) const;
Note:
See TracChangeset
for help on using the changeset viewer.