lsst.afw g67799ae11d+f394777a51
|
A const locator for the MaskedImage. More...
#include <MaskedImage.h>
Public Types | |
using | IMVCachedLocation = typename boost::tuple< typename ImageLocator::cached_location_t, typename MaskLocator::cached_location_t, typename VarianceLocator::cached_location_t > |
using | x_iterator = _x_or_y_iterator< apply_x > |
An x_iterator that provides a view of the xy_locator (i.e. advancing one advances the other) More... | |
using | y_iterator = _x_or_y_iterator< apply_y > |
A y_iterator that provides a view of the xy_locator (i.e. advancing one advances the other) More... | |
using | PixelTVec = typename boost::mpl::vector< ImagePixelT, MaskPixelT, VariancePixelT > |
Public Member Functions | |
const_MaskedImageLocator (MaskedImageLocator< ImageLocator, MaskLocator, VarianceLocator > const &iter) | |
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... | |
ConstReference< typenameboost::mpl::at< PixelTVec, N >::type >::type | apply_IMV (cached_location_t const &cached_loc) |
ConstReference< typenameboost::mpl::at< PixelTVec, N >::type >::type | apply_IMV () |
ConstReference< typenameboost::mpl::at< PixelTVec, N >::type >::type | apply_IMV (int x, int y) |
ConstReference< 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... | |
ConstReference< ImagePixelT >::type | image () |
Return a reference to the image at the current position of the locator. More... | |
ConstReference< 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... | |
ConstReference< 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... | |
ConstReference< MaskPixelT >::type | mask () |
Return a reference to the mask at the current position of the locator. More... | |
ConstReference< 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... | |
ConstReference< 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... | |
ConstReference< VariancePixelT >::type | variance () |
Return a reference to the variance at the current position of the locator. More... | |
ConstReference< 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 |
Protected Attributes | |
IMVLocator | _loc |
A const locator for the MaskedImage.
A const locator for a MaskedImage.
Definition at line 508 of file MaskedImage.h.
|
inherited |
Definition at line 347 of file MaskedImage.h.
|
inherited |
Definition at line 414 of file MaskedImage.h.
|
inherited |
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.
|
inherited |
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.
|
inline |
Definition at line 520 of file MaskedImage.h.
|
inlineinherited |
Definition at line 423 of file MaskedImage.h.
|
inlineinherited |
Definition at line 417 of file MaskedImage.h.
|
inlineinherited |
Definition at line 428 of file MaskedImage.h.
|
inlineinherited |
Create a cached_location_t offset by (x, y)
from locator.
Definition at line 408 of file MaskedImage.h.
|
inlineinherited |
Definition at line 490 of file MaskedImage.h.
|
inlineinherited |
Return a reference to the image at the current position of the locator.
Definition at line 439 of file MaskedImage.h.
|
inlineinherited |
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.
|
inlineinherited |
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.
|
inlineinherited |
Return a reference to the mask at the current position of the locator.
Definition at line 448 of file MaskedImage.h.
|
inlineinherited |
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.
|
inlineinherited |
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.
|
inlineinherited |
Return true iff two locators are not equal.
Definition at line 468 of file MaskedImage.h.
|
inlineinherited |
Dereference a locator, returning a Pixel offset by (x, y)
from the locator.
Definition at line 383 of file MaskedImage.h.
|
inlineinherited |
Dereference a locator, returning a Pixel.
Definition at line 377 of file MaskedImage.h.
|
inlineinherited |
Increment the locator's x
and y
positions by p
Definition at line 480 of file MaskedImage.h.
|
inlineinherited |
Increment the locator's x
and y
positions by p
Definition at line 475 of file MaskedImage.h.
|
inlineinherited |
Return true iff lhs is less than rhs.
Definition at line 470 of file MaskedImage.h.
|
inlineinherited |
Return true iff two locators are equal.
Definition at line 464 of file MaskedImage.h.
|
inlineinherited |
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.
|
inlineinherited |
Return a reference to the variance at the current position of the locator.
Definition at line 457 of file MaskedImage.h.
|
inlineinherited |
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.
|
inlineinherited |
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.
|
inlineinherited |
Return an iterator that can be used to move (or dereference) a locator.
Definition at line 399 of file MaskedImage.h.
|
inlineinherited |
Return an iterator that can be used to move (or dereference) a locator.
Definition at line 405 of file MaskedImage.h.
|
protectedinherited |
Definition at line 493 of file MaskedImage.h.