Changeset 326 in Sophya for trunk/SophyaPI/PIext/pintuple.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/pintuple.h

    r205 r326  
    22#define PINTUPLE_H
    33
    4 #include "ntuple.h"
     4#include "ntupintf.h"
    55#include "pidrawer.h"
    66
    77class PINTuple : public PIDrawer {
    88public:
    9                      PINTuple(NTuple* nt, bool ad);
     9                     PINTuple(NTupleInterface* nt, bool ad);
    1010  virtual           ~PINTuple();
    1111 
     
    1818       
    1919protected:
    20   NTuple* mNT;
     20  NTupleInterface* mNT;
    2121  bool mAdDO;
    2222  int xK, yK;          // Index du nom de variable en X/Y ds le ntuple
Note: See TracChangeset for help on using the changeset viewer.