lsst.afw 22.0.1-43-gf2a78aa89+4411a1830c
|
#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 | |
namespace | lsst |
A base class for image defects. | |
namespace | lsst::afw |
namespace | lsst::afw::table |
namespace | lsst::afw::table::io |
namespace | lsst::afw::table::io::python |
Functions | |
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... | |