FACT++  1.0
virtual void ofits::open ( const std::string &  filename,
bool  addEXTNAMEKey = true 
)
inlinevirtual

Reimplemented in zofits.

Definition at line 419 of file ofits.h.

References open().

420  {
421  open(filename.c_str(), addEXTNAMEKey);
422  }
virtual void open(const char *filename, bool addEXTNAMEKey=true)
Definition: ofits.h:390

+ Here is the call graph for this function: