lsst.meas.algorithms
13.0-12-gfeff4b0+9
|
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) | |
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 53 of file KernelPsfFactory.h.
|
inline |
Definition at line 71 of file KernelPsfFactory.h.
|
inlinevirtual |
Definition at line 57 of file KernelPsfFactory.h.