FACT++  1.0
uint32_t CompressedFitsWriter::getRowWidth ( )

Definition at line 1228 of file fitsCompressor.cc.

References CompressedFitsFile::_rowWidth.

1229 {
1230  return _rowWidth;
1231 }
uint32_t _rowWidth
Total number of bytes in one row.