Go to the source code of this file.
|
| template<typename T , typename Record > |
| ndarray::Array< typename Field< T >::Value const, 1, 1 > | lsst::afw::table::python::_getArrayFromCatalog (CatalogT< Record > const &catalog, Key< T > const &key) |
| | Extract a column from a potentially non-contiguous Catalog. More...
|
| |
| template<typename Record > |
| ndarray::Array< double const, 1, 1 > | lsst::afw::table::python::_getArrayFromCatalog (CatalogT< Record > const &catalog, Key< lsst::geom::Angle > const &key) |
| |
| template<typename T , typename Record > |
| void | lsst::afw::table::python::declareCatalogOverloads (PyCatalog< Record > &cls) |
| | Declare field-type-specific overloaded catalog member functions for one field type. More...
|
| |
| template<typename Record > |
| PyCatalog< Record > | lsst::afw::table::python::declareCatalog (pybind11::module &mod, std::string const &name, bool isBase=false) |
| | Wrap an instantiation of lsst::afw::table::CatalogT<Record>. More...
|
| |