lsst.afw g3a5ebb7d8a+28b83bf6a5
Loading...
Searching...
No Matches
lsst::afw::image::pixel::exprTraits< float > Struct Reference

A specialisation of exprTraits for float. More...

#include <Pixel.h>

Public Types

using ImagePixelT = float
using MaskPixelT = exprTraits<double>::MaskPixelT
using VariancePixelT = exprTraits<double>::VariancePixelT
using expr_type = SinglePixel<ImagePixelT, MaskPixelT>

Detailed Description

A specialisation of exprTraits for float.

Definition at line 304 of file Pixel.h.

Member Typedef Documentation

◆ expr_type

Definition at line 308 of file Pixel.h.

◆ ImagePixelT

using lsst::afw::image::pixel::exprTraits< float >::ImagePixelT = float

Definition at line 305 of file Pixel.h.

◆ MaskPixelT

using lsst::afw::image::pixel::exprTraits< float >::MaskPixelT = exprTraits<double>::MaskPixelT

Definition at line 306 of file Pixel.h.

◆ VariancePixelT

using lsst::afw::image::pixel::exprTraits< float >::VariancePixelT = exprTraits<double>::VariancePixelT

Definition at line 307 of file Pixel.h.


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