|
lsst.afw g4f4f280218+81551fceaa
|
#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... | |