lsst.afw g093c4c12c6+d82a7d5dd9
|
Public Member Functions | |
std::shared_ptr< afw::table::io::Persistable > | read (afw::table::io::InputArchive const &archive, afw::table::io::CatalogVector const &catalogs) const override |
Construct a new object from the given InputArchive and vector of catalogs. More... | |
FootprintFactory (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 | |
using | InputArchive = io::InputArchive |
using | CatalogVector = io::CatalogVector |
Definition at line 246 of file Footprint.cc.
|
protectedinherited |
Definition at line 231 of file Persistable.h.
|
protectedinherited |
Definition at line 230 of file Persistable.h.
|
inlineexplicit |
Definition at line 260 of file Footprint.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 248 of file Footprint.cc.