Changeset 326 in Sophya for trunk/SophyaPI/PIext/pintup3d.h


Ignore:
Timestamp:
Jun 23, 1999, 4:41:47 PM (26 years ago)
Author:
ercodmgr
Message:

1/ NTupleInterface mis ds Outils++ et complete -
2/ Les PINtuple et PINtup3D utilisent maintenant NTupleInterface
3/ Debut modification interface NObjMgr - Reza 23/6/99

File:
1 edited

Legend:

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

    r205 r326  
    22#define PINTUPLE3D_H
    33
    4 #include "ntuple.h"
     4#include "ntupintf.h"
    55#include "pi3ddrw.h"
    66
    77class PINTuple3D : public PIDrawer3D {
    88public:
    9                      PINTuple3D(NTuple* nt, bool ad=false);
     9                     PINTuple3D(NTupleInterface* nt, bool ad=false);
    1010  virtual           ~PINTuple3D();
    1111 
     
    1818       
    1919protected:
    20   NTuple* mNT;
     20  NTupleInterface* mNT;
    2121  bool mAdDO;
    2222  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.