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