LhsT
RhsT
lsst::afw::image::
::
for_each_pixel
lhs: Image to set
lhs
rhs: other Image to pass to func
rhs
func
func: functor to call
Set each pixel in an Image<LhsT> to func(x, y, lhs, rhs), getting the rhs from an Image<RhsT>
(x, y) allow for lhs.getXY0()