lsst.meas.algorithms
20.0.0-4-g085c40a3+4
|
A PersistableFactory for KernelPsf and its subclasses. More...
#include <KernelPsfFactory.h>
Public Member Functions | |
virtual boost::shared_ptr< afw::table::io::Persistable > | read (afw::table::io::InputArchive const &archive, afw::table::io::CatalogVector const &catalogs) const |
KernelPsfFactory (std::string const &name) | |
Static Public Member Functions | |
static PersistableFactory const & | lookup (std::string const &name, std::string const &module="") |
Protected Types | |
typedef io::InputArchive | InputArchive |
typedef io::CatalogVector | CatalogVector |
A PersistableFactory for KernelPsf and its subclasses.
If a KernelPsf subclass has no data members other than its kernel, table persistence for it can be implemented simply by reimplementing getPersistenceName() and registering a specialization of KernelPsfFactory.
T | KernelPsf subclass the factory will construct. |
K | Kernel subclass the Psf constructor requires. |
Definition at line 55 of file KernelPsfFactory.h.
|
inline |
Definition at line 67 of file KernelPsfFactory.h.
|
inlinevirtual |
Implements lsst::afw::table::io::PersistableFactory.
Definition at line 57 of file KernelPsfFactory.h.