lsst.afw  21.0.0-30-gf21da11f8+958f744973
Public Member Functions | Static Public Member Functions | Protected Types | List of all members
lsst::afw::detection::FootprintFactory Class Reference
Inheritance diagram for lsst::afw::detection::FootprintFactory:
lsst::afw::table::io::PersistableFactory

Public Member Functions

std::shared_ptr< afw::table::io::Persistableread (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

typedef io::InputArchive InputArchive
 
typedef io::CatalogVector CatalogVector
 

Detailed Description

Definition at line 232 of file Footprint.cc.

Member Typedef Documentation

◆ CatalogVector

typedef io::CatalogVector lsst::afw::table::io::PersistableFactory::CatalogVector
protectedinherited

Definition at line 231 of file Persistable.h.

◆ InputArchive

typedef io::InputArchive lsst::afw::table::io::PersistableFactory::InputArchive
protectedinherited

Definition at line 230 of file Persistable.h.

Constructor & Destructor Documentation

◆ FootprintFactory()

lsst::afw::detection::FootprintFactory::FootprintFactory ( std::string const &  name)
inlineexplicit

Definition at line 246 of file Footprint.cc.

Member Function Documentation

◆ lookup()

PersistableFactory const & lsst::afw::table::io::PersistableFactory::lookup ( std::string const &  name,
std::string const &  module = "" 
)
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.

◆ read()

std::shared_ptr<afw::table::io::Persistable> lsst::afw::detection::FootprintFactory::read ( afw::table::io::InputArchive const &  archive,
afw::table::io::CatalogVector const &  catalogs 
) const
inlineoverridevirtual

Construct a new object from the given InputArchive and vector of catalogs.

Implements lsst::afw::table::io::PersistableFactory.

Definition at line 234 of file Footprint.cc.


The documentation for this class was generated from the following file: