Ignore:
Timestamp:
Sep 19, 2000, 5:08:16 PM (25 years ago)
Author:
ansari
Message:

amelioration lecture ligne a ligne

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsbntbllinereader.h

    r1136 r1193  
    55#define FITSBntblLineReader_SEEN
    66#include "fitsfile.h"
    7 #include "xntuple.h"
     7//#include "xntuple.h"
    88
    99namespace SOPHYA {
     
    2121~FITS_BntblLineReader();
    2222
    23 XNTuple ReadNextLine();
     23//XNTuple ReadNextLineX();
     24BnTblLine& ReadNextLine();
    2425 inline long GetNextLineIndex() const {return nextLineToBeRead_;}
    2526 inline  void SetStartingLineIndex(long n)  { nextLineToBeRead_ = n;}
     
    4344     inFits_ = NULL;
    4445     nextLineToBeRead_= 0;
    45      dcount_ = 0;
    46      fcount_ = 0;
    47      icount_ = 0;
    48      ccount_ = 0;
    49      taille_des_chaines_ = 0;
    50      ddata_ = NULL;
    51      fdata_ = NULL;
    52      idata_ = NULL;
    53      cdata_ = NULL;
    54      ColName_ = NULL;
    5546   }
    5647  // attributs de classe
     
    5849 FitsInFile* inFits_;
    5950  long nextLineToBeRead_;
    60   int dcount_;
    61   int fcount_;
    62   int icount_;
    63   int ccount_;
    64   int  taille_des_chaines_;
    65   double* ddata_;
    66   float*  fdata_;
    67   int*    idata_;
    68   char**  cdata_;
    69   char ** ColName_;
     51  BnTblLine ligne_;
    7052};
     53
     54
    7155//////////////////////////////////////////////////////////////////
    7256
Note: See TracChangeset for help on using the changeset viewer.