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
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: