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*=() - Only ‘image *= slice’ is defined, as ‘slice *= image’ doesn’t make sense. - Parameters
- [inout] img: The Image
- [in] slc: The ImageSlice