|
lsst.afw g712618294e+4813a5392e
|
A Mask wrapper to provide an infinite_iterator for Mask::row_begin(). More...
#include <Statistics.h>
Public Types | |
| using | x_iterator = infinite_iterator< ValueT > |
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 346 of file Statistics.h.
| using lsst::afw::math::MaskImposter< ValueT >::x_iterator = infinite_iterator<ValueT> |
Definition at line 348 of file Statistics.h.
|
inlineexplicitnoexcept |
Definition at line 349 of file Statistics.h.
|
inlinenoexcept |
Definition at line 350 of file Statistics.h.