lsst.afw
22.0.1-35-g9503da760+2534fc217b
|
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 |
A traits class to return the types of the image/mask/variance.
using lsst::afw::image::pixel::exprTraits< ExprT >::expr_type = ExprT |
using lsst::afw::image::pixel::exprTraits< ExprT >::ImagePixelT = typename ExprT::ImagePixelT |
using lsst::afw::image::pixel::exprTraits< ExprT >::MaskPixelT = typename ExprT::MaskPixelT |
using lsst::afw::image::pixel::exprTraits< ExprT >::VariancePixelT = typename ExprT::VariancePixelT |