LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
25 #ifndef LSST_AFW_MATH_KernelPersistenceHelper_h_INCLUDED
26 #define LSST_AFW_MATH_KernelPersistenceHelper_h_INCLUDED
49 Kernel const& kernel)
const;
61 #endif // !LSST_AFW_MATH_KernelPersistenceHelper_h_INCLUDED)
std::vector< SpatialFunctionPtr > readSpatialFunctions(afw::table::io::InputArchive const &archive, afw::table::BaseRecord const &record) const
An object passed to Persistable::write to allow it to persist itself.
afw::table::PointKey< int > center
Defines the fields and offsets for a table.
PersistenceHelper(int nSpatialFunctions)
afw::table::PointKey< int > dimensions
std::shared_ptr< afw::table::BaseRecord > write(afw::table::io::OutputArchiveHandle &handle, Kernel const &kernel) const
void writeSpatialFunctions(afw::table::io::OutputArchiveHandle &handle, afw::table::BaseRecord &record, std::vector< SpatialFunctionPtr > const &spatialFunctionList) const
Base class for all records.
A class used as a handle to a particular field in a table.
A base class for image defects.
afw::table::Schema schema
Kernels are used for convolution with MaskedImages and (eventually) Images.
afw::table::Key< afw::table::Array< int > > spatialFunctions