Changeset 1673 in Sophya for trunk/SophyaExt/FitsIOServer/fabtwriter.h
- Timestamp:
- Oct 6, 2001, 3:23:51 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fabtwriter.h
r1660 r1673 49 49 inline unsigned long GetNOverFlow(void) {return NOverFlow;} 50 50 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 51 59 protected: 52 60 void createfits(const char *cfname,int hdutype,int lp);
Note:
See TracChangeset
for help on using the changeset viewer.