Changeset 326 in Sophya for trunk/SophyaPI/PIext/nommatvecadapter.cc
- Timestamp:
- Jun 23, 1999, 4:41:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nommatvecadapter.cc
r295 r326 81 81 82 82 /* --Methode-- */ 83 uint_4 NTupInt_Vector::NbLines() 83 uint_4 NTupInt_Vector::NbLines() const 84 84 { 85 85 return(mVec->NElts()); … … 87 87 88 88 /* --Methode-- */ 89 uint_4 NTupInt_Vector::NbColumns() 89 uint_4 NTupInt_Vector::NbColumns() const 90 90 { 91 91 return(2); … … 93 93 94 94 /* --Methode-- */ 95 r_8* NTupInt_Vector::GetLineD(int n) 95 r_8* NTupInt_Vector::GetLineD(int n) const 96 96 { 97 97 int i; … … 105 105 106 106 /* --Methode-- */ 107 string NTupInt_Vector::VarList_C(const char* nx) 107 string NTupInt_Vector::VarList_C(const char* nx) const 108 108 { 109 109 string nomx; … … 190 190 191 191 /* --Methode-- */ 192 uint_4 NTupInt_Matrix::NbLines() 192 uint_4 NTupInt_Matrix::NbLines() const 193 193 { 194 194 return( mMtx->NRows()*mMtx->NCol() ); … … 196 196 197 197 /* --Methode-- */ 198 uint_4 NTupInt_Matrix::NbColumns() 198 uint_4 NTupInt_Matrix::NbColumns() const 199 199 { 200 200 return(3); … … 202 202 203 203 /* --Methode-- */ 204 r_8* NTupInt_Matrix::GetLineD(int n) 204 r_8* NTupInt_Matrix::GetLineD(int n) const 205 205 { 206 206 int i,j; … … 215 215 216 216 /* --Methode-- */ 217 string NTupInt_Matrix::VarList_C(const char* nx) 217 string NTupInt_Matrix::VarList_C(const char* nx) const 218 218 { 219 219 string nomx;
Note:
See TracChangeset
for help on using the changeset viewer.