lsst.afw g093c4c12c6+932d528d13
|
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 354 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 362 of file MaskedImage.h.
|
friend |
Definition at line 359 of file MaskedImage.h.
IMVCachedLocation lsst::afw::image::MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT >::MaskedImageLocatorBase< ImageLocator, MaskLocator, VarianceLocator, Ref >::cached_location_t::_imv |
Definition at line 369 of file MaskedImage.h.