LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Public Types | Static Public Member Functions | List of all members
lsst::afw::image::pixel::PixelTypeTraits< SinglePixel< _ImagePixelT, _MaskPixelT, _VariancePixelT > > Struct Template Reference

Specialization for a pixel of a MaskedImage. More...

#include <Pixel.h>

Public Types

typedef SinglePixel< _ImagePixelT, _MaskPixelT, _VariancePixelT > PixelT
 

Static Public Member Functions

static const PixelT padValue ()
 The quantity to use when a pixel value is undefined. More...
 

Detailed Description

template<typename _ImagePixelT, typename _MaskPixelT, typename _VariancePixelT>
struct lsst::afw::image::pixel::PixelTypeTraits< SinglePixel< _ImagePixelT, _MaskPixelT, _VariancePixelT > >

Specialization for a pixel of a MaskedImage.

Definition at line 128 of file Pixel.h.

Member Typedef Documentation

◆ PixelT

template<typename _ImagePixelT , typename _MaskPixelT , typename _VariancePixelT >
typedef SinglePixel<_ImagePixelT, _MaskPixelT, _VariancePixelT> lsst::afw::image::pixel::PixelTypeTraits< SinglePixel< _ImagePixelT, _MaskPixelT, _VariancePixelT > >::PixelT

Definition at line 129 of file Pixel.h.

Member Function Documentation

◆ padValue()

template<typename _ImagePixelT , typename _MaskPixelT , typename _VariancePixelT >
static const PixelT lsst::afw::image::pixel::PixelTypeTraits< SinglePixel< _ImagePixelT, _MaskPixelT, _VariancePixelT > >::padValue ( )
inlinestatic

The quantity to use when a pixel value is undefined.

Definition at line 132 of file Pixel.h.

132 { return PixelT(); }

The documentation for this struct was generated from the following file: