lsst.afw g7304ef7ade+7dcd958d67
|
A functor that computes one warped pixel. More...
#include <WarpAtOnePoint.h>
Public Member Functions | |
WarpAtOnePoint (SrcImageT const &srcImage, WarpingControl const &control, typename DestImageT::SinglePixel padValue) | |
bool | operator() (typename DestImageT::x_iterator &destXIter, lsst::geom::Point2D const &srcPos, double relativeArea, lsst::afw::image::detail::Image_tag) |
Compute one warped pixel, Image specialization. More... | |
bool | operator() (typename DestImageT::x_iterator &destXIter, lsst::geom::Point2D const &srcPos, double relativeArea, lsst::afw::image::detail::MaskedImage_tag) |
Compute one warped pixel, MaskedImage specialization. More... | |
A functor that computes one warped pixel.
Definition at line 40 of file WarpAtOnePoint.h.
|
inline |
Definition at line 42 of file WarpAtOnePoint.h.
|
inline |
Compute one warped pixel, Image specialization.
The Image specialization ignores the mask warping kernel, even if present
Definition at line 63 of file WarpAtOnePoint.h.
|
inline |
Compute one warped pixel, MaskedImage specialization.
The MaskedImage specialization uses the mask warping kernel, if present, to compute the mask plane; otherwise it uses the normal kernel to compute the mask plane.
Definition at line 105 of file WarpAtOnePoint.h.