LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Types | Public Member Functions | Public Attributes | List of all members
lsst::afw::math::detail::ConvolveWithInterpolationWorkingImages Struct Reference

kernel images used by convolveRegionWithInterpolation More...

#include <Convolve.h>

Public Types

typedef
lsst::afw::image::Image
< lsst::afw::math::Kernel::Pixel
Image
 

Public Member Functions

 ConvolveWithInterpolationWorkingImages (geom::Extent2I const &dimensions)
 

Public Attributes

Image leftImage
 
Image rightImage
 
Image leftDeltaImage
 
Image rightDeltaImage
 
Image deltaImage
 
Image kernelImage
 

Detailed Description

kernel images used by convolveRegionWithInterpolation

Definition at line 266 of file Convolve.h.

Member Typedef Documentation

Definition at line 268 of file Convolve.h.

Constructor & Destructor Documentation

lsst::afw::math::detail::ConvolveWithInterpolationWorkingImages::ConvolveWithInterpolationWorkingImages ( geom::Extent2I const &  dimensions)
inline

Member Data Documentation

Image lsst::afw::math::detail::ConvolveWithInterpolationWorkingImages::deltaImage

Definition at line 281 of file Convolve.h.

Image lsst::afw::math::detail::ConvolveWithInterpolationWorkingImages::kernelImage

Definition at line 282 of file Convolve.h.

Image lsst::afw::math::detail::ConvolveWithInterpolationWorkingImages::leftDeltaImage

Definition at line 279 of file Convolve.h.

Image lsst::afw::math::detail::ConvolveWithInterpolationWorkingImages::leftImage

Definition at line 277 of file Convolve.h.

Image lsst::afw::math::detail::ConvolveWithInterpolationWorkingImages::rightDeltaImage

Definition at line 280 of file Convolve.h.

Image lsst::afw::math::detail::ConvolveWithInterpolationWorkingImages::rightImage

Definition at line 278 of file Convolve.h.


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