lsst.afw
20.0.0-16-gfab17e72e+f119078cbc
|
Public Member Functions | |
Factory (std::string const &name) | |
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... | |
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... | |
Static Public Attributes | |
static Factory | registration |
Protected Types | |
typedef io::InputArchive | InputArchive |
typedef io::CatalogVector | CatalogVector |
Definition at line 286 of file HeavyFootprint.cc.
|
protectedinherited |
Definition at line 231 of file Persistable.h.
|
protectedinherited |
Definition at line 230 of file Persistable.h.
|
inlineexplicit |
Definition at line 289 of file HeavyFootprint.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 291 of file HeavyFootprint.cc.
|
static |
Definition at line 321 of file HeavyFootprint.cc.