FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FitsFile::Close
(
)
Definition at line
428
of file
FitsFile.cc
.
Referenced by
WriteData()
, and
~FitsFile()
.
429
{
430
if
(!
fFile
)
431
return
;
432
433
if
(
fIsOwner
)
434
{
435
const
string
name =
fFile
->name();
436
delete
fFile
;
437
}
438
439
//WARNING: do NOT delete the table as it gets deleted by the
440
// fFile object
441
fFile
= NULL;
442
fTable
= NULL;
443
}
FitsFile::fTable
CCfits::Table * fTable
The pointer to the CCfits FITS file.
Definition:
FitsFile.h:19
FitsFile::fFile
CCfits::FITS * fFile
Definition:
FitsFile.h:18
FitsFile::fIsOwner
bool fIsOwner
Definition:
FitsFile.h:24
Here is the caller graph for this function:
FitsFile
Generated on Sun Sep 18 2016 20:50:52 for FACT++ by
1.8.11