Changeset 3572 in Sophya for trunk/SophyaPI/PIext/nomhistadapter.h
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomhistadapter.h
r3139 r3572 12 12 #include "hisprof.h" 13 13 #include "ntuple.h" 14 #include "xntuple.h"15 14 #include "basedtable.h" 16 15 … … 142 141 }; 143 142 144 //-------------------------------------------------------------------------145 // Class Adaptateur d'objet (Pour NamedObjMgr) d'objet XNTuple146 //-------------------------------------------------------------------------147 148 class NOMAdapter_XNTuple : public NObjMgrAdapter {149 public:150 NOMAdapter_XNTuple(XNTuple* nt = NULL);151 virtual ~NOMAdapter_XNTuple();152 153 virtual NObjMgrAdapter* Clone(AnyDataObj* o);154 155 virtual string GetDataObjType();156 157 virtual AnyDataObj* CloneDataObj(bool share=false);158 159 virtual void SavePPF(POutPersist& s, string const & nom);160 161 virtual void Print(ostream& os, int lev=0);162 virtual NTupleInterface* GetNTupleInterface(bool& adel);163 164 protected:165 XNTuple* mNt;166 };167 143 168 144 //-------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.