lsst.afw
21.0.0-42-gd49707f5a+db122c3704
|
A Mask wrapper to provide an infinite_iterator for Mask::row_begin(). More...
#include <Statistics.h>
Public Types | |
typedef infinite_iterator< ValueT > | x_iterator |
Public Member Functions | |
MaskImposter (ValueT val=0) noexcept | |
x_iterator | row_begin (int) const noexcept |
A Mask wrapper to provide an infinite_iterator for Mask::row_begin().
This allows a fake Mask to be passed in to Statistics with a regular (non-masked) Image.
Definition at line 345 of file Statistics.h.
typedef infinite_iterator<ValueT> lsst::afw::math::MaskImposter< ValueT >::x_iterator |
Definition at line 347 of file Statistics.h.
|
inlineexplicitnoexcept |
Definition at line 348 of file Statistics.h.
|
inlinenoexcept |
Definition at line 349 of file Statistics.h.