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