Changeset 326 in Sophya for trunk/SophyaPI/PIext/nomimagadapter.cc
- Timestamp:
- Jun 23, 1999, 4:41:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomimagadapter.cc
r311 r326 106 106 /* --Methode-- */ 107 107 template <class T> 108 uint_4 NTupInt_Image<T>::NbLines() 108 uint_4 NTupInt_Image<T>::NbLines() const 109 109 { 110 110 return( mImg->XSize() * mImg->YSize() ); … … 113 113 /* --Methode-- */ 114 114 template <class T> 115 uint_4 NTupInt_Image<T>::NbColumns() 115 uint_4 NTupInt_Image<T>::NbColumns() const 116 116 { 117 117 return(3); … … 120 120 /* --Methode-- */ 121 121 template <class T> 122 r_8* NTupInt_Image<T>::GetLineD(int n) 122 r_8* NTupInt_Image<T>::GetLineD(int n) const 123 123 { 124 124 int i,j; … … 134 134 /* --Methode-- */ 135 135 template <class T> 136 string NTupInt_Image<T>::VarList_C(const char* nx) 136 string NTupInt_Image<T>::VarList_C(const char* nx) const 137 137 { 138 138 string nomx;
Note:
See TracChangeset
for help on using the changeset viewer.