Ignore:
Timestamp:
Jun 20, 2006, 6:04:51 PM (19 years ago)
Author:
ansari
Message:

Ajout flag int lev ds les adaptateurs NObjMgrAdapter::Print(ostream& os, int lev=0) et NamedObjMgr::Print() + modif commande print - Reza 20 Juin 2006

File:
1 edited

Legend:

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

    r2933 r2975  
    3535  virtual void                  SavePPF(POutPersist& s, string const & nom);
    3636
    37   virtual void                  Print(ostream& os);
     37  virtual void                  Print(ostream& os, int lev=0);
    3838  virtual PIDrawer*             GetDrawer(string& dopt);
    3939  virtual NTupleInterface*      GetNTupleInterface(bool& adel);
     
    8383  virtual void                  SavePPF(POutPersist& s, string const & nom);
    8484
    85   virtual void                  Print(ostream& os);
     85  virtual void                  Print(ostream& os, int lev=0);
    8686  virtual P2DArrayAdapter*      Get2DArray(string& dopt);
    8787  virtual NTupleInterface*      GetNTupleInterface(bool& adel);
Note: See TracChangeset for help on using the changeset viewer.