lsst.afw
21.0.0-31-g2bc2b1e0a+8935f19055
|
Public Member Functions | |
std::shared_ptr< afw::table::io::Persistable > | read (InputArchive const &archive, CatalogVector const &catalogs) const override |
Construct a new object from the given InputArchive and vector of catalogs. More... | |
Factory (std::string const &name) | |
Static Public Member Functions | |
static PersistableFactory const & | lookup (std::string const &name, std::string const &module="") |
Return the factory that has been registered with the given name. More... | |
Protected Types | |
typedef io::InputArchive | InputArchive |
typedef io::CatalogVector | CatalogVector |
Definition at line 157 of file AnalyticKernel.cc.
|
protectedinherited |
Definition at line 231 of file Persistable.h.
|
protectedinherited |
Definition at line 230 of file Persistable.h.
|
inlineexplicit |
Definition at line 180 of file AnalyticKernel.cc.
|
staticinherited |
Return the factory that has been registered with the given name.
If the lookup fails and module is not an empty string, we will attempt to import a Python module with that name (this will only work when the C++ is being called from Python) and try again.
Definition at line 76 of file Persistable.cc.
|
inlineoverridevirtual |
Construct a new object from the given InputArchive and vector of catalogs.
Implements lsst::afw::table::io::PersistableFactory.
Definition at line 159 of file AnalyticKernel.cc.