FACT++  1.0
bool Fits::IsOpen ( ) const
inline

returns wether or not the file is currently open or not

Definition at line 68 of file Fits.h.

References data, and FitsFile::IsOpen().

68 { return fFile != NULL && fFile->IsOpen(); }
bool IsOpen() const
Definition: FitsFile.h:97
FitsFile * fFile
Definition: Fits.h:14

+ Here is the call graph for this function: