|
| MaskedImageLocator (ImageLocator &img, MaskLocator &msk, VarianceLocator &var) |
|
Pixel | operator* () |
| Dereference a locator, returning a Pixel. More...
|
|
Pixel | operator() (int x, int y) |
| Dereference a locator, returning a Pixel offset by (x, y) from the locator. More...
|
|
Pixel | operator[] (cached_location_t const &cached_loc) |
| Dereference a locator, returning a Pixel offset by the amount set when we created the cached_location_t More...
|
|
x_iterator | x () |
| Return an iterator that can be used to move (or dereference) a locator. More...
|
|
y_iterator | y () |
| Return an iterator that can be used to move (or dereference) a locator. More...
|
|
cached_location_t | cache_location (int x, int y) const |
| Create a cached_location_t offset by (x, y) from locator. More...
|
|
template<typename N > |
Ref< typename boost::mpl::at< PixelTVec, N >::type >::type | apply_IMV (cached_location_t const &cached_loc) |
|
template<typename N > |
Ref< typename boost::mpl::at< PixelTVec, N >::type >::type | apply_IMV () |
|
template<typename N > |
Ref< typename boost::mpl::at< PixelTVec, N >::type >::type | apply_IMV (int x, int y) |
|
Ref< ImagePixelT >::type | image (cached_location_t const &cached_loc) |
| Return a reference to the image at the offset set when we created the cached_location_t More...
|
|
Ref< ImagePixelT >::type | image () |
| Return a reference to the image at the current position of the locator. More...
|
|
Ref< ImagePixelT >::type | image (int x, int y) |
| Return a reference to the image offset by (x, y) from the current position of the locator. More...
|
|
Ref< MaskPixelT >::type | mask (cached_location_t const &cached_loc) |
| Return a reference to the mask at the offset set when we created the cached_location_t More...
|
|
Ref< MaskPixelT >::type | mask () |
| Return a reference to the mask at the current position of the locator. More...
|
|
Ref< MaskPixelT >::type | mask (int x, int y) |
| Return a reference to the mask offset by (x, y) from the current position of the locator. More...
|
|
Ref< VariancePixelT >::type | variance (cached_location_t const &cached_loc) |
| Return a reference to the variance at the offset set when we created the cached_location_t More...
|
|
Ref< VariancePixelT >::type | variance () |
| Return a reference to the variance at the current position of the locator. More...
|
|
Ref< VariancePixelT >::type | variance (int x, int y) |
| Return a reference to the variance offset by (x, y) from the current position of the locator. More...
|
|
bool | operator== (MaskedImageLocatorBase const &rhs) |
| Return true iff two locators are equal. More...
|
|
bool | operator!= (MaskedImageLocatorBase const &rhs) |
| Return true iff two locators are not equal. More...
|
|
bool | operator< (MaskedImageLocatorBase const &rhs) |
| Return true iff lhs is less than rhs. More...
|
|
MaskedImageLocatorBase & | operator+= (pair2I const &p) |
| Increment the locator's x and y positions by p More...
|
|
MaskedImageLocatorBase & | operator+= (detail::difference_type p) |
| Increment the locator's x and y positions by p More...
|
|
IMVLocator const & | getLoc () const |
|
template<typename ImagePixelT, typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator, typename MaskLocator, typename VarianceLocator>
class lsst::afw::image::MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT >::MaskedImageLocator< ImageLocator, MaskLocator, VarianceLocator >
A locator for the MaskedImage.
A locator for a MaskedImage.
Definition at line 498 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
An x_iterator that provides a view of the xy_locator (i.e. advancing one advances the other)
Definition at line 349 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
A y_iterator that provides a view of the xy_locator (i.e. advancing one advances the other)
Definition at line 351 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
template<typename N >
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
template<typename N >
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
template<typename N >
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Create a cached_location_t offset by (x, y)
from locator.
Definition at line 408 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return a reference to the image at the current position of the locator.
Definition at line 439 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return a reference to the image at the offset set when we created the cached_location_t
Definition at line 435 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return a reference to the image offset by (x, y)
from the current position of the locator.
Definition at line 441 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return a reference to the mask at the current position of the locator.
Definition at line 448 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return a reference to the mask at the offset set when we created the cached_location_t
Definition at line 444 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return a reference to the mask offset by (x, y)
from the current position of the locator.
Definition at line 450 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return true iff two locators are not equal.
Definition at line 468 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Dereference a locator, returning a Pixel offset by (x, y)
from the locator.
Definition at line 383 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Dereference a locator, returning a Pixel.
Definition at line 377 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Increment the locator's x
and y
positions by p
Definition at line 480 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Increment the locator's x
and y
positions by p
Definition at line 475 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return true iff lhs is less than rhs.
Definition at line 470 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return true iff two locators are equal.
Definition at line 464 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Dereference a locator, returning a Pixel offset by the amount set when we created the cached_location_t
Definition at line 390 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return a reference to the variance at the current position of the locator.
Definition at line 457 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return a reference to the variance at the offset set when we created the cached_location_t
Definition at line 453 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return a reference to the variance offset by (x, y)
from the current position of the locator.
Definition at line 459 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return an iterator that can be used to move (or dereference) a locator.
- Note
- this x_locator is xy_locator::x_locator, not MaskedImage::x_locator
Definition at line 399 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>
Return an iterator that can be used to move (or dereference) a locator.
- Note
- this y_locator is xy_locator::y_locator, not MaskedImage::y_locator
Definition at line 405 of file MaskedImage.h.
template<typename ImagePixelT , typename MaskPixelT = lsst::afw::image::MaskPixel, typename VariancePixelT = lsst::afw::image::VariancePixel>
template<typename ImageLocator , typename MaskLocator , typename VarianceLocator , template< typename > class Ref = Reference>