Changeset 708 in Sophya for trunk/SophyaLib/Samba/spherethetaphi.h
- Timestamp:
- Jan 21, 2000, 5:59:17 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/spherethetaphi.h
r701 r708 76 76 /* retourne/fixe la valeur du parametre de decoupage m */ 77 77 inline virtual int_4 SizeIndex() const { return( NTheta_); } 78 79 /* Acces to the DataBlock */ 80 inline NDataBlock<T>& DataBlock() {return pixels_;} 81 inline const NDataBlock<T>& DataBlock() const {return pixels_;} 78 82 79 83 // ------------- Specific methods ---------------------- … … 165 169 inline const double* getmTheta() const { return(Theta_); } 166 170 167 /* Acces to the DataBlock */168 //inline NDataBlock<T>& DataBlock() {return pixels_;}169 //inline const NDataBlock<T>& DataBlock() const {return pixels_;}170 171 171 // ------------- variables internes --------------------- 172 172 int_4 NTheta_; // nombre de tranches en theta, pour une demi-sphere
Note:
See TracChangeset
for help on using the changeset viewer.