Changeset 846 in Sophya for trunk/SophyaLib/HiStats/ntuple.h


Ignore:
Timestamp:
Apr 10, 2000, 10:36:28 AM (25 years ago)
Author:
ansari
Message:

ajout SetVal pour I/O fichiers fits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/ntuple.h

    r763 r846  
    1616#include "ppersist.h"
    1717#include "dvlist.h"
     18#include "fitsfile.h"
    1819
    1920namespace SOPHYA {
    2021
    2122class NTuple : public AnyDataObj , public NTupleInterface {
     23
     24  friend class FITS_NTuple;
    2225public:
    2326//  enum {classId = ClassId_NTuple };
     
    7780private:
    7881  void  Clean();
     82  void SetVal(int n, int k, float value)   ;
    7983
    8084  int_4 mNVar, mNEnt, mBlk, mNBlk;
     
    100104// ObjFileIO<NTuple>
    101105
     106
     107
    102108#ifdef __MWERKS__
    103109__MSL_FIX_ITERATORS__(r_4*);
Note: See TracChangeset for help on using the changeset viewer.