Changeset 326 in Sophya for trunk/SophyaPI/PIext/nomimagadapter.h


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.h

    r295 r326  
    4343                        NTupInt_Image(Image<T> * m);
    4444  virtual               ~NTupInt_Image();
    45   virtual uint_4        NbLines();
    46   virtual uint_4        NbColumns();
    47   virtual r_8 *         GetLineD(int n);
    48   virtual string        VarList_C(const char* nomx=NULL);
     45  virtual uint_4        NbLines() const ;
     46  virtual uint_4        NbColumns() const ;
     47  virtual r_8 *         GetLineD(int n) const ;
     48  virtual string        VarList_C(const char* nomx=NULL) const ;
    4949protected:
    5050  Image<T> * mImg;
    51   r_8 mRet[3];
     51  mutable r_8 mRet[3];
    5252};
    5353
Note: See TracChangeset for help on using the changeset viewer.