lsst.afw 22.0.1-43-gf2a78aa89+dd56810b06
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

using expr_type = ExprT
 
using ImagePixelT = typename ExprT::ImagePixelT
 
using MaskPixelT = typename ExprT::MaskPixelT
 
using VariancePixelT = typename ExprT::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 293 of file Pixel.h.

Member Typedef Documentation

◆ expr_type

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

Definition at line 294 of file Pixel.h.

◆ ImagePixelT

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

Definition at line 295 of file Pixel.h.

◆ MaskPixelT

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

Definition at line 296 of file Pixel.h.

◆ VariancePixelT

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

Definition at line 297 of file Pixel.h.


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