Changeset 604 in Sophya for trunk/SophyaLib/Samba/spheregorski.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/spheregorski.h

    r592 r604  
    168168inline void setDataBlock(T* data,int m) { pixels_.FillFrom(m,data); }
    169169
     170/*  Acces to the DataBlock  */
     171inline       NDataBlock<T>& DataBlock()       {return pixels_;}
     172inline const NDataBlock<T>& DataBlock() const {return pixels_;}
     173
    170174
    171175
Note: See TracChangeset for help on using the changeset viewer.