LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
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 116 of file Pixel.h.

Member Typedef Documentation

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 118 of file Pixel.h.

Member Function Documentation

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 121 of file Pixel.h.

121  {
122  return PixelT();
123  }

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