Template Function lsst::meas::base::python::declareAlgorithm(PyAlg&)

Function Documentation

template<class Algorithm, class PyAlg>
void lsst::meas::base::python::declareAlgorithm(PyAlg &clsAlgorithm)

Wrap the implicit API used by meas_base’s algorithms.

This function only initializes constructors, fields, and methods common to all Algorithms.

Template Parameters
  • Algorithm: The algorithm class.

  • PyAlg: The pybind11::class_ class corresponding to Algorithm.

Parameters
  • [inout] clsAlgorithm: The pybind11 wrapper for Algorithm.