lsst.afw g714e0ed6de+196fb0684f
Loading...
Searching...
No Matches
columnView.h File Reference
#include "pybind11/pybind11.h"
#include "ndarray/pybind11.h"
#include "lsst/cpputils/python.h"
#include "lsst/afw/table/BaseColumnView.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::PyColumnView = pybind11::classh<ColumnViewT<Record>, BaseColumnView>
 

Functions

template<typename Record>
PyColumnView< Record > lsst::afw::table::python::declareColumnView (cpputils::python::WrapperCollection &wrappers, std::string const &name, bool isBase=false)
 Declare member and static functions for a given instantiation of lsst::afw::table::ColumnViewT<RecordT>.