|
BaseCatalog | makeCatalog (Schema const &schema) |
|
std::shared_ptr< BaseRecord > | addIndexRecord (int id, std::string const &name, std::string const &module) |
|
void | saveEmpty (int id, std::string const &name, std::string const &module) |
|
void | saveCatalog (BaseCatalog const &catalog, int id, std::string const &name, std::string const &module, int catPersistable) |
|
int | put (Persistable const *obj, std::shared_ptr< Impl > const &self, bool permissive) |
|
int | put (std::shared_ptr< Persistable const > obj, std::shared_ptr< Impl > const &self, bool permissive) |
|
void | writeFits (fits::Fits &fitsfile) |
|
| Impl () |
|
Definition at line 37 of file OutputArchive.cc.
◆ Impl()
lsst::afw::table::io::OutputArchive::Impl::Impl |
( |
| ) |
|
|
inline |
◆ addIndexRecord()
◆ makeCatalog()
BaseCatalog lsst::afw::table::io::OutputArchive::Impl::makeCatalog |
( |
Schema const & |
schema | ) |
|
|
inline |
◆ put() [1/2]
◆ put() [2/2]
◆ saveCatalog()
void lsst::afw::table::io::OutputArchive::Impl::saveCatalog |
( |
BaseCatalog const & |
catalog, |
|
|
int |
id, |
|
|
std::string const & |
name, |
|
|
std::string const & |
module, |
|
|
int |
catPersistable |
|
) |
| |
|
inline |
◆ saveEmpty()
void lsst::afw::table::io::OutputArchive::Impl::saveEmpty |
( |
int |
id, |
|
|
std::string const & |
name, |
|
|
std::string const & |
module |
|
) |
| |
|
inline |
◆ writeFits()
void lsst::afw::table::io::OutputArchive::Impl::writeFits |
( |
fits::Fits & |
fitsfile | ) |
|
|
inline |
◆ _catalogs
CatalogVector lsst::afw::table::io::OutputArchive::Impl::_catalogs |
◆ _index
BaseCatalog lsst::afw::table::io::OutputArchive::Impl::_index |
◆ _map
Map lsst::afw::table::io::OutputArchive::Impl::_map |
◆ _nextId
int lsst::afw::table::io::OutputArchive::Impl::_nextId {1} |
The documentation for this class was generated from the following file: