|
lsst.afw g712618294e+4813a5392e
|
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<!std::is_fundamental< rhsExpr >::value, void * >::type dummy=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 |