|
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 Record > |
void | lsst::afw::table::python::_setFlagColumnToArray (CatalogT< Record > &catalog, Key< Flag > const &key, ndarray::Array< bool const, 1 > const &array) |
|
template<typename Record > |
void | lsst::afw::table::python::_setFlagColumnToScalar (CatalogT< Record > &catalog, Key< Flag > const &key, bool value) |
|
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 (utils::python::WrapperCollection &wrappers, std::string const &name, bool isBase=false) |
| Wrap an instantiation of lsst::afw::table::CatalogT<Record>. More...
|
|