lsst.afw  21.0.0-25-g1d57be3cd+f385fa6f38
Namespaces | Typedefs | Functions
sortedCatalog.h File Reference
#include "pybind11/pybind11.h"
#include "lsst/utils/python.h"
#include "lsst/afw/table/SortedCatalog.h"
#include "lsst/afw/table/python/catalog.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::python
 

Typedefs

template<typename Record >
using lsst::afw::table::python::PySortedCatalog = pybind11::class_< SortedCatalogT< Record >, std::shared_ptr< SortedCatalogT< Record > >, CatalogT< Record > >
 

Functions

template<typename Record >
PySortedCatalog< Record > lsst::afw::table::python::declareSortedCatalog (utils::python::WrapperCollection &wrappers, std::string const &name, bool isBase=false)
 Wrap an instantiation of lsst::afw::table::SortedCatalogT<Record>. More...