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