Ignore:
Timestamp:
Oct 6, 2001, 3:23:51 PM (24 years ago)
Author:
cmv
Message:

acces au pointeur cfitsio dans le colread
methode print dans le writter cmv 6/10/01

File:
1 edited

Legend:

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

    r1660 r1673  
    4949  inline unsigned long GetNOverFlow(void) {return NOverFlow;}
    5050
     51  //! Return the number of created columns
     52  inline int GetNbCol(void) {return (int) Label.size();}
     53
     54  //! Print to os
     55  virtual void   Print(ostream& os,int lp=1) const;
     56  //! Print to stdout
     57  inline  void   Print(int lp=1) const {Print(cout,lp);}
     58
    5159protected:
    5260  void createfits(const char *cfname,int hdutype,int lp);
Note: See TracChangeset for help on using the changeset viewer.