Changeset 2683 in Sophya for trunk/SophyaPI/PIext/nomhistadapter.cc
- Timestamp:
- Apr 21, 2005, 6:05:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomhistadapter.cc
r2629 r2683 187 187 188 188 /* --Methode-- */ 189 uint_4NTupInt_Histo::NbLines() const189 sa_size_t NTupInt_Histo::NbLines() const 190 190 { 191 191 return(mHis->NBins()); … … 193 193 194 194 /* --Methode-- */ 195 uint_4NTupInt_Histo::NbColumns() const195 sa_size_t NTupInt_Histo::NbColumns() const 196 196 { 197 197 return(4); … … 199 199 200 200 /* --Methode-- */ 201 r_8* NTupInt_Histo::GetLineD( int k) const201 r_8* NTupInt_Histo::GetLineD(sa_size_t k) const 202 202 { 203 203 int i; … … 368 368 369 369 /* --Methode-- */ 370 uint_4NTupInt_Histo2D::NbLines() const370 sa_size_t NTupInt_Histo2D::NbLines() const 371 371 { 372 372 return(mHis->NBinX()*mHis->NBinY()); … … 374 374 375 375 /* --Methode-- */ 376 uint_4NTupInt_Histo2D::NbColumns() const376 sa_size_t NTupInt_Histo2D::NbColumns() const 377 377 { 378 378 return(6); … … 380 380 381 381 /* --Methode-- */ 382 r_8* NTupInt_Histo2D::GetLineD( int n) const382 r_8* NTupInt_Histo2D::GetLineD(sa_size_t n) const 383 383 { 384 384 int i,j;
Note:
See TracChangeset
for help on using the changeset viewer.