lsst.afw
22.0.0-22-gf1d71818e+ba3de87e18
|
A saved relative position, providing efficient access to neighbouring pixels. More...
#include <MaskedImage.h>
Public Member Functions | |
cached_location_t (IMVLocator const &loc, int x, int y) | |
Create a cached_location_t that can be used to access pixels (x, y) away from loc More... | |
Public Attributes | |
IMVCachedLocation | _imv |
Friends | |
template<typename , typename , typename > | |
class | const_MaskedImageLocator |
A saved relative position, providing efficient access to neighbouring pixels.
Definition at line 359 of file MaskedImage.h.
|
inline |
Create a cached_location_t that can be used to access pixels (x, y)
away from loc
Definition at line 367 of file MaskedImage.h.
|
friend |
Definition at line 364 of file MaskedImage.h.
IMVCachedLocation lsst::afw::image::MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT >::MaskedImageLocatorBase< ImageLocator, MaskLocator, VarianceLocator, Ref >::cached_location_t::_imv |
Definition at line 374 of file MaskedImage.h.