LSSTApplications
11.0-24-g0a022a1,14.0+77,15.0,15.0+1
LSSTDataManagementBasePackage
|
#include "pybind11/pybind11.h"
#include <memory>
#include <string>
#include "lsst/afw/fits.h"
#include "lsst/afw/table/io/Persistable.h"
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::table | |
lsst::afw::table::io | |
lsst::afw::table::io::python | |
Functions | |
template<typename T > | |
void | lsst::afw::table::io::python::declarePersistableFacade (pybind11::module &module, std::string const &suffix) |
Wraps an instantiation of PersistableFacade. More... | |
template<typename Class , typename ... Args> | |
void | lsst::afw::table::io::python::addPersistableMethods (pybind11::class_< Class, Args... > &cls) |
Add table::io::Persistable and PersistableFacade methods to the pybind11 wrapper for a class. More... | |