lsst.afw g9b27d6183c+80279584a1
|
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 344 of file Statistics.h.
using lsst::afw::math::MaskImposter< ValueT >::x_iterator = infinite_iterator<ValueT> |
Definition at line 346 of file Statistics.h.
|
inlineexplicitnoexcept |
Definition at line 347 of file Statistics.h.
|
inlinenoexcept |
Definition at line 348 of file Statistics.h.