FACT++  1.0
virtual size_t fits::GetBytesPerRow ( ) const
inlinevirtual

Reimplemented in zfits.

Definition at line 1036 of file fits.h.

References fits::Table::Get().

1037  {
1038  return fTable.Get<size_t>("NAXIS1");
1039  }
T Get(const std::string &key) const
Definition: fits.h:419
Table fTable
Definition: fits.h:502

+ Here is the call graph for this function: