lsst.afw  22.0.1-32-g5ddfab5d3+23bd69c089
Classes | Functions
lsst::afw::image::details Namespace Reference

Classes

struct  Plus
 
struct  Minus
 
struct  Mult
 
struct  Div
 

Functions

template<typename OperatorT , typename PixelT >
void operate (Image< PixelT > &img, ImageSlice< PixelT > const &slc, typename ImageSlice< PixelT >::ImageSliceType sliceType)
 A function to loop over pixels and perform the requested operation. More...
 

Function Documentation

◆ operate()

template<typename OperatorT , typename PixelT >
void lsst::afw::image::details::operate ( Image< PixelT > &  img,
ImageSlice< PixelT > const &  slc,
typename ImageSlice< PixelT >::ImageSliceType  sliceType 
)

A function to loop over pixels and perform the requested operation.

Definition at line 94 of file ImageSlice.h.