Template Function lsst::afw::image::operator+=(Image<PixelT>&, ImageSlice<PixelT> const&)¶
Function Documentation¶
-
template<typename
PixelT>
voidlsst::afw::image::operator+=(Image<PixelT> &img, ImageSlice<PixelT> const &slc) Overload operator+=()
We’ll only allow ‘image += slice’. It doesn’t make sense to add an image to a slice.
- Parameters
[inout] img: The Image[in] slc: The ImageSlice