Ignore:
Timestamp:
Jan 2, 2006, 2:47:44 PM (20 years ago)
Author:
ansari
Message:

1/ Ajout methode CheckReadability() , retour int pour CheckHandling() ds l'interface FitsHandler et propagation vers handler TArray et DataTable
2/ Correction dans FitsManager et ajout initialiseur de module FitsIOServer (fiosinit.h .cc)
3/ FitsSwapper complete - corrige - full template (suppression de fitsswapper.cc)
4/ MAJ Makefile et objlist.list suite ajout fiosinit.cc et swfitsdtable

Reza , 2 Jan 2006

File:
1 edited

Legend:

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

    r2860 r2864  
    8787
    8888 void              Open(const char* name, FitsIOMode mode);
    89   void             Close();
    90 
     89 void              Close();
     90
     91 void              ShareFitsPtr(FitsInOutFile const& fios);
     92 
    9193 inline fitsfile*  FitsPtr() const { return fptr_; }
    9294 static float      cfitsioVersion();
    9395 //! Return the SOPHYA FitsIOServer version
    9496 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_; }
    95100
    96101 //---- Header manipulation methods
Note: See TracChangeset for help on using the changeset viewer.