LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Public Member Functions | List of all members
lsst.afw.image::details::Div< PixelT > Struct Template Reference

#include <ImageSlice.h>

Public Member Functions

PixelT operator() (PixelT const imgPix, PixelT const slcPix)
 

Detailed Description

template<typename PixelT>
struct lsst.afw.image::details::Div< PixelT >

Definition at line 84 of file ImageSlice.h.

Member Function Documentation

template<typename PixelT >
PixelT lsst.afw.image::details::Div< PixelT >::operator() ( PixelT const  imgPix,
PixelT const  slcPix 
)
inline

Definition at line 84 of file ImageSlice.h.

84 { PixelT operator()(PixelT const imgPix, PixelT const slcPix) { return imgPix / slcPix; } };
PixelT operator()(PixelT const imgPix, PixelT const slcPix)
Definition: ImageSlice.h:84

The documentation for this struct was generated from the following file: