FACT++  1.0
virtual ofits::~ofits ( )
inlinevirtual

Definition at line 369 of file ofits.h.

References close(), and is_open().

370  {
371  if (is_open())
372  close();
373  }
bool is_open()
Definition: ofits.h:380
virtual bool close()
Definition: ofits.h:984

+ Here is the call graph for this function: