lsst.afw ge15bfa9975+d0b86d7827
|
Public Member Functions | |
PersistableObjectColumnReader (int column) | |
void | readCell (BaseRecord &record, std::size_t row, fits::Fits &fits, std::shared_ptr< io::InputArchive > const &archive) const override |
Read values from a single row. More... | |
virtual void | prepRead (std::size_t firstRow, std::size_t nRows, fits::Fits &fits) |
Optionally read ahead and cache values from multiple rows. More... | |
Static Public Member Functions | |
static void | setup (std::string const &name, io::FitsSchemaInputMapper &mapper) |
Definition at line 255 of file Exposure.cc.
|
inline |
Definition at line 268 of file Exposure.cc.
|
inlinevirtualinherited |
Optionally read ahead and cache values from multiple rows.
Subclasses are not required to implement this method; if they do, they should indicate to readCell that cached values should be used instead. Subclasses should not assume that prepRead will always be called, however.
[in] | firstRow | Index of the first row to read. |
[in] | nRows | Number of rows to read. |
[in] | fits | FITS file manager object. |
Definition at line 42 of file FitsSchemaInputMapper.h.
|
inlineoverridevirtual |
Read values from a single row.
[in,out] | record | Record to populate. |
[in] | row | Index of the row to read from. |
[in] | fits | FITS file manager object. |
[in] | archive | Archive holding persisted objects, loaded from other HDUs. May be null. |
Implements lsst::afw::table::io::FitsColumnReader.
Definition at line 270 of file Exposure.cc.
|
inlinestatic |
Definition at line 257 of file Exposure.cc.