|
lsst.afw gf03f0b42f3+45adbcf3d0
|
A single pixel of the same type as a MaskedImage. More...
#include <Pixel.h>
Public Types | |
| using | ImagePixelT = _ImagePixelT |
| using | MaskPixelT = _MaskPixelT |
| using | VariancePixelT = _VariancePixelT |
Public Member Functions | |
| SinglePixel (ImagePixelT image, MaskPixelT mask=0, VariancePixelT variance=0) | |
| template<typename rhsExpr> | |
| SinglePixel (rhsExpr const &rhs, typename std::enable_if_t<!std::is_fundamental_v< rhsExpr >, void * >=nullptr) | |
| ImagePixelT | image () const |
| MaskPixelT | mask () const |
| VariancePixelT | variance () const |
Friends | |
| template<typename, typename, typename> | |
| class | Pixel |
| template<typename T> | |
| class | PixelTypeTraits |
A single pixel of the same type as a MaskedImage.
| using lsst::afw::image::pixel::SinglePixel< _ImagePixelT, _MaskPixelT, _VariancePixelT >::ImagePixelT = _ImagePixelT |
| using lsst::afw::image::pixel::SinglePixel< _ImagePixelT, _MaskPixelT, _VariancePixelT >::MaskPixelT = _MaskPixelT |
| using lsst::afw::image::pixel::SinglePixel< _ImagePixelT, _MaskPixelT, _VariancePixelT >::VariancePixelT = _VariancePixelT |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |