lsst.afw
19.0.0-26-g4476391b4+2
|
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 339 of file Statistics.h.
typedef infinite_iterator<ValueT> lsst::afw::math::MaskImposter< ValueT >::x_iterator |
Definition at line 341 of file Statistics.h.
|
inlineexplicitnoexcept |
Definition at line 342 of file Statistics.h.
|
inlinenoexcept |
Definition at line 343 of file Statistics.h.