FACT++  1.0
bool zfits::SkipNextRow ( )
inlinevirtual

Reimplemented from fits.

Definition at line 39 of file zfits.h.

References fits::fRow, fits::fTable, fits::Table::is_compressed, and fits::SkipNextRow().

40  {
41  if (!fTable.is_compressed)
42  return fits::SkipNextRow();
43 
44  fRow++;
45  return true;
46  }
bool is_compressed
Definition: fits.h:93
Table fTable
Definition: fits.h:502
size_t fRow
Definition: fits.h:514
virtual bool SkipNextRow()
Definition: fits.h:856

+ Here is the call graph for this function: