Changeset 2683 in Sophya for trunk/SophyaPI/PIext/nomskymapadapter.cc
- Timestamp:
- Apr 21, 2005, 6:05:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomskymapadapter.cc
r2615 r2683 361 361 /* --Methode-- */ 362 362 template <class T> 363 uint_4NTupInt_PixelMap<T>::NbLines() const363 sa_size_t NTupInt_PixelMap<T>::NbLines() const 364 364 { 365 365 return( mMap->NbPixels() ); … … 368 368 /* --Methode-- */ 369 369 template <class T> 370 uint_4NTupInt_PixelMap<T>::NbColumns() const370 sa_size_t NTupInt_PixelMap<T>::NbColumns() const 371 371 { 372 372 return(8); … … 375 375 /* --Methode-- */ 376 376 template <class T> 377 r_8* NTupInt_PixelMap<T>::GetLineD( int n) const377 r_8* NTupInt_PixelMap<T>::GetLineD(sa_size_t n) const 378 378 { 379 379 int i;
Note:
See TracChangeset
for help on using the changeset viewer.