Ignore:
Timestamp:
Jan 21, 2000, 5:59:17 PM (26 years ago)
Author:
ansari
Message:

Remis methode acces aux pixels - Reza 21/01/2000

File:
1 edited

Legend:

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

    r701 r708  
    7676/* retourne/fixe la valeur du parametre de decoupage m */
    7777inline virtual int_4 SizeIndex() const { return( NTheta_); }
     78
     79/*  Acces to the DataBlock  */
     80inline       NDataBlock<T>& DataBlock()       {return pixels_;}
     81inline const NDataBlock<T>& DataBlock() const {return pixels_;}
    7882
    7983// ------------- Specific methods  ----------------------
     
    165169inline const double* getmTheta() const { return(Theta_); }
    166170
    167 /*  Acces to the DataBlock  */
    168 //inline       NDataBlock<T>& DataBlock()       {return pixels_;}
    169 //inline const NDataBlock<T>& DataBlock() const {return pixels_;}
    170 
    171171// ------------- variables internes ---------------------
    172172 int_4 NTheta_;   // nombre de tranches en theta, pour une demi-sphere
Note: See TracChangeset for help on using the changeset viewer.