Changeset 2683 in Sophya for trunk/SophyaPI/PIext/nomimagadapter.cc
- Timestamp:
- Apr 21, 2005, 6:05:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomimagadapter.cc
r2615 r2683 228 228 /* --Methode-- */ 229 229 template <class T> 230 uint_4NTupInt_Image<T>::NbLines() const230 sa_size_t NTupInt_Image<T>::NbLines() const 231 231 { 232 232 return( mImg->XSize() * mImg->YSize() ); … … 235 235 /* --Methode-- */ 236 236 template <class T> 237 uint_4NTupInt_Image<T>::NbColumns() const237 sa_size_t NTupInt_Image<T>::NbColumns() const 238 238 { 239 239 return(3); … … 242 242 /* --Methode-- */ 243 243 template <class T> 244 r_8* NTupInt_Image<T>::GetLineD( int n) const244 r_8* NTupInt_Image<T>::GetLineD(sa_size_t n) const 245 245 { 246 246 int i,j;
Note:
See TracChangeset
for help on using the changeset viewer.