Changeset 344 in Sophya for trunk/SophyaPI/PIext/nomhistadapter.h


Ignore:
Timestamp:
Aug 2, 1999, 6:52:49 PM (26 years ago)
Author:
ercodmgr
Message:

1/ Extension de fonctionalites de gestion de repertoires (Lock, ...)
2/ Plus de NTupIntf_Adapter quand les objets heritent de NTupleInterface
3/ Support pour affichage info texte, ds PINtuple et PIStarList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomhistadapter.h

    r326 r344  
    3030  virtual void                  Print(ostream& os);
    3131  virtual PIDrawer*             GetDrawer(string& dopt);
    32   virtual NTupleInterface*      GetNTupleInterface();
     32  virtual NTupleInterface*      GetNTupleInterface(bool& adel);
    3333
    3434protected:
     
    6868  virtual PIDrawer*             GetDrawer(string& dopt);
    6969  virtual P2DArrayAdapter*      Get2DArray(string& dopt);
    70   virtual NTupleInterface*      GetNTupleInterface();
     70  virtual NTupleInterface*      GetNTupleInterface(bool& adel);
    7171
    7272protected:
     
    105105
    106106  virtual void                  Print(ostream& os);
    107   virtual NTupleInterface*      GetNTupleInterface();
     107  virtual NTupleInterface*      GetNTupleInterface(bool& adel);
    108108
    109109protected:
     
    111111};
    112112
    113 // Class Interface NTuple pour NTuple
    114 class NTupInt_NTuple : public NTupleInterface {
    115 public:
    116                         NTupInt_NTuple(NTuple* nt);
    117   virtual               ~NTupInt_NTuple();
    118   virtual uint_4        NbLines() const ;
    119   virtual uint_4        NbColumns() const ;
    120   virtual r_8 *         GetLineD(int n) const ;
    121   virtual string        VarList_C(const char* nomx=NULL) const ;
    122 protected:
    123   NTuple* mNt;
    124 };
    125113
    126114
Note: See TracChangeset for help on using the changeset viewer.