93 cached_location_t cache_location(
int x,
int y);
void operator++()
Advance an iterator (prefix)
bool operator<(imageIterator const &rhs)
Return true if the lhs is less than the rhs.
PixelT Pixel
A pixel in this ImageBase.
An y_iterator created from an xy_locator
bool operator!=(imageIterator const &rhs)
Return true if the lhs doesn't equal the rhs.
A base class for image defects.
void operator+=(std::ptrdiff_t delta)
Increment the iterator by delta
Image::Pixel & operator*()
Dereference an iterator, returning a reference to a Pixel.
bool operator==(imageIterator const &rhs)
Return true if the lhs equals the rhs.
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects...
void cached_location_t
type to store relative location for efficient repeated access (not really void)
An x_iterator created from an xy_locator
void operator-=(std::ptrdiff_t delta)
Decrement the iterator by delta