Template Function lsst::afw::table::python::declareColumnView¶
Function Documentation¶
-
template<typename
Record
>
PyColumnView<Record>lsst::afw::table::python
::
declareColumnView
(utils::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>.
- Template Parameters
Record
: Record type, e.g. BaseRecord or SimpleRecord.
- Parameters
[in] wrappers
: Package manager class will be added to.[in] name
: Name prefix of the record type, e.g. “Base” or “Simple”.[in] isBase
: Whether this instantiation is only being used as a base class (used to set the class name).