FACT++  1.0
uint32_t zofits::GetBytesPerRow ( ) const
inlinevirtual

Returns the number of bytes per uncompressed row

Returns
number of bytes per uncompressed row

Reimplemented from ofits.

Definition at line 240 of file zofits.h.

241  {
242  return fRealRowWidth;
243  }
uint32_t fRealRowWidth
Width in bytes of one uncompressed row.
Definition: zofits.h:1006