Ignore:
Timestamp:
Jun 23, 1999, 4:41:47 PM (26 years ago)
Author:
ercodmgr
Message:

1/ NTupleInterface mis ds Outils++ et complete -
2/ Les PINtuple et PINtup3D utilisent maintenant NTupleInterface
3/ Debut modification interface NObjMgr - Reza 23/6/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomimagadapter.cc

    r311 r326  
    106106/* --Methode-- */
    107107template <class T>
    108 uint_4 NTupInt_Image<T>::NbLines()
     108uint_4 NTupInt_Image<T>::NbLines() const
    109109{
    110110return( mImg->XSize() * mImg->YSize() );
     
    113113/* --Methode-- */
    114114template <class T>
    115 uint_4 NTupInt_Image<T>::NbColumns()
     115uint_4 NTupInt_Image<T>::NbColumns() const
    116116{
    117117return(3);
     
    120120/* --Methode-- */
    121121template <class T>
    122 r_8* NTupInt_Image<T>::GetLineD(int n)
     122r_8* NTupInt_Image<T>::GetLineD(int n) const
    123123{
    124124int i,j;
     
    134134/* --Methode-- */
    135135template <class T>
    136 string NTupInt_Image<T>::VarList_C(const char* nx)
     136string NTupInt_Image<T>::VarList_C(const char* nx) const
    137137{
    138138string nomx;
Note: See TracChangeset for help on using the changeset viewer.