Changeset 2864 in Sophya for trunk/SophyaExt/FitsIOServer/fitsinoutfile.h
- Timestamp:
- Jan 2, 2006, 2:47:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsinoutfile.h
r2860 r2864 87 87 88 88 void Open(const char* name, FitsIOMode mode); 89 void Close(); 90 89 void Close(); 90 91 void ShareFitsPtr(FitsInOutFile const& fios); 92 91 93 inline fitsfile* FitsPtr() const { return fptr_; } 92 94 static float cfitsioVersion(); 93 95 //! Return the SOPHYA FitsIOServer version 94 96 static float Version() { return 2.0; } 97 98 //! Return the file name as specified in the constructor (or Open) 99 inline string FileName() { return fname_; } 95 100 96 101 //---- Header manipulation methods
Note:
See TracChangeset
for help on using the changeset viewer.