FACT++  1.0
virtual uint32_t ofits::GetBytesPerRow ( ) const
inlinevirtual

Reimplemented in zofits.

Definition at line 882 of file ofits.h.

References ofits::Table::bytes_per_row.

882 { return fTable.bytes_per_row; }
Table fTable
Definition: ofits.h:327
size_t bytes_per_row
Definition: ofits.h:306