|
lsst.afw g714e0ed6de+61745a5d47
|
Public Member Functions | |
| Factory () | |
| std::shared_ptr< Persistable > | readOld (InputArchive const &archive, CatalogVector const &catalogs) const |
| std::shared_ptr< Persistable > | read (InputArchive const &archive, CatalogVector const &catalogs) const override |
| Construct a new object from the given InputArchive and vector of catalogs. | |
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. | |
Static Public Attributes | |
| static Factory const | registration |
Protected Types | |
| using | InputArchive = io::InputArchive |
| using | CatalogVector = io::CatalogVector |
Definition at line 456 of file TransformMap.cc.
|
protectedinherited |
Definition at line 231 of file Persistable.h.
|
protectedinherited |
Definition at line 230 of file Persistable.h.
|
inline |
Definition at line 458 of file TransformMap.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 495 of file TransformMap.cc.
|
inline |
Definition at line 460 of file TransformMap.cc.
|
static |
Definition at line 522 of file TransformMap.cc.