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 | List of all members
lsst::afw::image::pixel::exprTraits< typename > 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>
struct lsst::afw::image::pixel::exprTraits< typename >

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

Definition at line 34 of file Pixel.h.

Member Typedef Documentation

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

Definition at line 269 of file Pixel.h.

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

Definition at line 270 of file Pixel.h.

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

Definition at line 271 of file Pixel.h.

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

Definition at line 272 of file Pixel.h.


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