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(lhs, rhs), getting the rhs from an Image<RhsT>