Changeset 326 in Sophya for trunk/SophyaPI/PIext/pintuple.h
- Timestamp:
- Jun 23, 1999, 4:41:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.h
r205 r326 2 2 #define PINTUPLE_H 3 3 4 #include "ntup le.h"4 #include "ntupintf.h" 5 5 #include "pidrawer.h" 6 6 7 7 class PINTuple : public PIDrawer { 8 8 public: 9 PINTuple(NTuple * nt, bool ad);9 PINTuple(NTupleInterface* nt, bool ad); 10 10 virtual ~PINTuple(); 11 11 … … 18 18 19 19 protected: 20 NTuple * mNT;20 NTupleInterface* mNT; 21 21 bool mAdDO; 22 22 int xK, yK; // Index du nom de variable en X/Y ds le ntuple
Note:
See TracChangeset
for help on using the changeset viewer.