lsst.afw
22.0.1-36-g99137b0eb+ec953d57b4
|
#include <KernelPersistenceHelper.h>
Public Member Functions | |
PersistenceHelper (int nSpatialFunctions) | |
PersistenceHelper (afw::table::Schema const &schema_) | |
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 |
std::vector< SpatialFunctionPtr > | readSpatialFunctions (afw::table::io::InputArchive const &archive, afw::table::BaseRecord const &record) const |
Public Attributes | |
afw::table::Schema | schema |
afw::table::PointKey< int > | dimensions |
afw::table::PointKey< int > | center |
afw::table::Key< afw::table::Array< int > > | spatialFunctions |
Definition at line 39 of file KernelPersistenceHelper.h.
|
explicit |
Definition at line 33 of file KernelPersistenceHelper.cc.
|
explicit |
Definition at line 45 of file KernelPersistenceHelper.cc.
std::vector< std::shared_ptr< Kernel::SpatialFunction > > lsst::afw::math::Kernel::PersistenceHelper::readSpatialFunctions | ( | afw::table::io::InputArchive const & | archive, |
afw::table::BaseRecord const & | record | ||
) | const |
Definition at line 75 of file KernelPersistenceHelper.cc.
std::shared_ptr< afw::table::BaseRecord > lsst::afw::math::Kernel::PersistenceHelper::write | ( | afw::table::io::OutputArchiveHandle & | handle, |
Kernel const & | kernel | ||
) | const |
Definition at line 53 of file KernelPersistenceHelper.cc.
void lsst::afw::math::Kernel::PersistenceHelper::writeSpatialFunctions | ( | afw::table::io::OutputArchiveHandle & | handle, |
afw::table::BaseRecord & | record, | ||
std::vector< SpatialFunctionPtr > const & | spatialFunctionList | ||
) | const |
Definition at line 66 of file KernelPersistenceHelper.cc.
afw::table::PointKey<int> lsst::afw::math::Kernel::PersistenceHelper::center |
Definition at line 42 of file KernelPersistenceHelper.h.
afw::table::PointKey<int> lsst::afw::math::Kernel::PersistenceHelper::dimensions |
Definition at line 41 of file KernelPersistenceHelper.h.
afw::table::Schema lsst::afw::math::Kernel::PersistenceHelper::schema |
Definition at line 40 of file KernelPersistenceHelper.h.
afw::table::Key<afw::table::Array<int> > lsst::afw::math::Kernel::PersistenceHelper::spatialFunctions |
Definition at line 43 of file KernelPersistenceHelper.h.