Changeset 604 in Sophya for trunk/SophyaLib/Samba/localmap.h


Ignore:
Timestamp:
Nov 20, 1999, 9:39:49 PM (26 years ago)
Author:
ansari
Message:

Bugs InitNul et autres - Reza 20/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/localmap.h

    r592 r604  
    156156inline void setDataBlock(T* data, int n) {pixels_.FillFrom(n,data);}
    157157
     158/*  Acces to the DataBlock  */
     159inline       NDataBlock<T>& DataBlock()       {return pixels_;}
     160inline const NDataBlock<T>& DataBlock() const {return pixels_;}
     161
    158162/* impression */
    159163void print(ostream& os) const;
Note: See TracChangeset for help on using the changeset viewer.