|
lsst.afw gf03f0b42f3+e27ba6bf39
|
#include "pybind11/pybind11.h"#include "lsst/cpputils/python.h"#include "lsst/afw/table/SortedCatalog.h"#include "lsst/afw/table/python/catalog.h"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::table |
| namespace | lsst::afw::table::python |
Typedefs | |
| template<typename Record> | |
| using | lsst::afw::table::python::PySortedCatalog = pybind11::classh<SortedCatalogT<Record>, CatalogT<Record>> |
Functions | |
| template<typename Record> | |
| PySortedCatalog< Record > | lsst::afw::table::python::declareSortedCatalog (cpputils::python::WrapperCollection &wrappers, std::string const &name, bool isBase=false) |
| Wrap an instantiation of lsst::afw::table::SortedCatalogT<Record>. | |