LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
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. More...
#include <Statistics.h>
Public Types | |
typedef infinite_iterator< ValueT > | x_iterator |
Public Member Functions | |
MaskImposter (ValueT val=0) | |
x_iterator | row_begin (int) const |
Private Attributes | |
ValueT | _val [1] |
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 289 of file Statistics.h.
typedef infinite_iterator<ValueT> lsst.afw.math::MaskImposter< ValueT >::x_iterator |
Definition at line 291 of file Statistics.h.
|
inlineexplicit |
Definition at line 292 of file Statistics.h.
|
inline |
Definition at line 293 of file Statistics.h.
|
private |
Definition at line 295 of file Statistics.h.