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/spherethetaphi.h

    r592 r604  
    149149void setDataBlock(T* data, int m);
    150150
     151/*  Acces to the DataBlock  */
     152inline       NDataBlock<T>& DataBlock()       {return pixels_;}
     153inline const NDataBlock<T>& DataBlock() const {return pixels_;}
     154
    151155/* impression */
    152156void print(ostream& os) const;
Note: See TracChangeset for help on using the changeset viewer.