LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Public Types | List of all members
lsst::afw::image::pixel::exprTraits< ExprT > Struct Template Reference

A traits class to return the types of the image/mask/variance. More...

#include <Pixel.h>

Public Types

typedef ExprT expr_type
 
typedef ExprT::ImagePixelT ImagePixelT
 
typedef ExprT::MaskPixelT MaskPixelT
 
typedef ExprT::VariancePixelT VariancePixelT
 

Detailed Description

template<typename ExprT>
struct lsst::afw::image::pixel::exprTraits< ExprT >

A traits class to return the types of the image/mask/variance.

Definition at line 42 of file Pixel.h.

Member Typedef Documentation

◆ expr_type

template<typename ExprT>
typedef ExprT lsst::afw::image::pixel::exprTraits< ExprT >::expr_type

Definition at line 294 of file Pixel.h.

◆ ImagePixelT

template<typename ExprT>
typedef ExprT::ImagePixelT lsst::afw::image::pixel::exprTraits< ExprT >::ImagePixelT

Definition at line 295 of file Pixel.h.

◆ MaskPixelT

template<typename ExprT>
typedef ExprT::MaskPixelT lsst::afw::image::pixel::exprTraits< ExprT >::MaskPixelT

Definition at line 296 of file Pixel.h.

◆ VariancePixelT

template<typename ExprT>
typedef ExprT::VariancePixelT lsst::afw::image::pixel::exprTraits< ExprT >::VariancePixelT

Definition at line 297 of file Pixel.h.


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