Template Function lsst::afw::image::operator*(ImageSlice<PixelT> const&, Image<PixelT> const&)

Function Documentation

template<typename PixelT>
std::shared_ptr<Image<PixelT>> lsst::afw::image::operator*(ImageSlice<PixelT> const &slc, Image<PixelT> const &img)

Overload operator*()

We’ll define both ‘image*slice’ (this one) and ‘slice*image’ (next one down).

Parameters