Changeset 344 in Sophya for trunk/SophyaPI/PIext/nomhistadapter.h
- Timestamp:
- Aug 2, 1999, 6:52:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomhistadapter.h
r326 r344 30 30 virtual void Print(ostream& os); 31 31 virtual PIDrawer* GetDrawer(string& dopt); 32 virtual NTupleInterface* GetNTupleInterface( );32 virtual NTupleInterface* GetNTupleInterface(bool& adel); 33 33 34 34 protected: … … 68 68 virtual PIDrawer* GetDrawer(string& dopt); 69 69 virtual P2DArrayAdapter* Get2DArray(string& dopt); 70 virtual NTupleInterface* GetNTupleInterface( );70 virtual NTupleInterface* GetNTupleInterface(bool& adel); 71 71 72 72 protected: … … 105 105 106 106 virtual void Print(ostream& os); 107 virtual NTupleInterface* GetNTupleInterface( );107 virtual NTupleInterface* GetNTupleInterface(bool& adel); 108 108 109 109 protected: … … 111 111 }; 112 112 113 // Class Interface NTuple pour NTuple114 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 };125 113 126 114
Note:
See TracChangeset
for help on using the changeset viewer.