|
LSST Applications g04e9c324dd+8c5ae1fdc5,g123d84c11c+8c5ae1fdc5,g1fd858c14a+f0198063e6,g262e1987ae+c6225025ea,g29a0cc5914+89c23462b9,g29ae962dfc+995a808b2f,g2cef7863aa+aef1011c0b,g35bb328faa+8c5ae1fdc5,g386d1ae640+e9e157c1c7,g3fd5ace14f+a961a9460f,g47891489e3+f62ff855a3,g4d44eb3520+56a94b3db7,g53246c7159+8c5ae1fdc5,g67b6fd64d1+f62ff855a3,g67fd3c3899+0d5d1c50aa,g71d780ea3c+cf951d6fc1,g7375c97bd6+b0659b51fd,g74acd417e5+29806445f4,g786e29fd12+668abc6043,g87389fa792+8856018cbb,g89139ef638+f62ff855a3,g8d7436a09f+fe340099f4,g8ea07a8fe4+72e50bfcbe,g90f42f885a+232124b352,g97be763408+3c512867c4,ga1e959baac+5fbc491aed,ga2a72113ab+fe106acc69,gabf8522325+f227d7ba3a,gac2eed3f23+f62ff855a3,gae5946ca99+0d5d1c50aa,gb89ab40317+f62ff855a3,gd14cc1c8cb+796e414499,gd8ff7fe66e+0d5d1c50aa,gdab6d2f7ff+29806445f4,gdc713202bf+0d5d1c50aa,ge410e46f29+f62ff855a3,geaed405ab2+2322f1d6ea,gffca2db377+8c5ae1fdc5,v29.2.0.rc1
LSST Data Management Base Package
|
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. | |
| 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. | |
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.