FACT++  1.0
size_t zfits::GetBytesPerRow ( ) const
inlinevirtual

Reimplemented from fits.

Definition at line 62 of file zfits.h.

References fits::fTable, fits::Table::Get(), and fits::Table::is_compressed.

63  {
64  return fTable.Get<size_t>(fTable.is_compressed ? "ZNAXIS1" : "NAXIS1");
65  }
bool is_compressed
Definition: fits.h:93
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: