lsst.afw 22.0.1-48-g5c39d4753+cb452d8ee2
|
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 |