FACT++  1.0
bool ofits::SetBool ( const std::string &  key,
bool  b,
const std::string &  comment = "" 
)
inline

Definition at line 516 of file ofits.h.

References ofits::Key::comment, and Set().

Referenced by factofits::WriteDrsOffsetsTable(), and WriteFitsHeader().

517  {
518  return Set(key, true, b?"T":"F", comment);
519  }
bool Set(const std::string &key="", bool delim=false, const std::string &value="", const std::string &comment="")
Definition: ofits.h:260

+ Here is the call graph for this function:

+ Here is the caller graph for this function: