FACT++  1.0
void FitsFile::AddColumn ( char  type,
const string &  name,
const string &  unit 
)
inline

Definition at line 42 of file FitsFile.h.

References AddColumn(), OpenFile(), OpenNewTable(), OpenTable(), ResetColumns(), and SetFile().

43  {
44  AddColumn(type, name, 1, unit);
45  }
int type
void AddColumn(char type, const string &name, int numElems=1, const string &unit="")

+ Here is the call graph for this function: