Changeset 344 in Sophya for trunk/SophyaPI/PIext/nomgfdadapter.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/nomgfdadapter.h

    r339 r344  
    2424
    2525  virtual void             Print(ostream& os);
    26   virtual NTupleInterface* GetNTupleInterface();
     26  virtual NTupleInterface* GetNTupleInterface(bool& adel);
    2727
    2828protected:
     
    3030};
    3131
    32 // Class Interface GeneralFitData pour GeneralFitData
    33 class NTupInt_GeneralFitData : public NTupleInterface {
    34 public:
    35                   NTupInt_GeneralFitData(GeneralFitData* g);
    36   virtual         ~NTupInt_GeneralFitData();
    37   virtual uint_4  NbLines() const ;
    38   virtual uint_4  NbColumns() const ;
    39   virtual r_8 *   GetLineD(int n) const ;
    40   virtual string  VarList_C(const char* nomx=NULL) const ;
    41 protected:
    42   GeneralFitData* mG;
    43 };
    4432
    4533#endif
Note: See TracChangeset for help on using the changeset viewer.