lsst.afw g41b6eb5643+4d2cc932f6
Loading...
Searching...
No Matches
python.h File Reference
#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
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.