FACT++  1.0
virtual void zfits::StageRow ( size_t  row,
char *  dest 
)
inlineprotectedvirtual

Reimplemented from fits.

Reimplemented in factfits.

Definition at line 71 of file zfits.h.

References fits::fTable, fits::Table::is_compressed, ReadBinaryRow(), and fits::StageRow().

Referenced by factfits::StageRow().

72  {
73  if (!fTable.is_compressed)
74  {
75  fits::StageRow(row, dest);
76  return;
77  }
78  ReadBinaryRow(row, dest);
79  }
bool is_compressed
Definition: fits.h:93
Table fTable
Definition: fits.h:502
virtual void StageRow(size_t row, char *dest)
Definition: fits.h:751
bool ReadBinaryRow(const size_t &rowNum, char *bufferToRead)
Definition: zfits.h:274

+ Here is the call graph for this function:

+ Here is the caller graph for this function: