lsst.afw  21.0.0-30-gf21da11f8+958f744973
Public Types | List of all members
lsst::afw::image::Reference< PixelT > Struct Template Reference

metafunction to extract reference type from PixelT More...

#include <ImageBase.h>

Public Types

typedef boost::gil::channel_traits< PixelT >::reference type
 reference type More...
 

Detailed Description

template<typename PixelT>
struct lsst::afw::image::Reference< PixelT >

metafunction to extract reference type from PixelT

Definition at line 85 of file ImageBase.h.

Member Typedef Documentation

◆ type

template<typename PixelT >
typedef boost::gil::channel_traits<PixelT>::reference lsst::afw::image::Reference< PixelT >::type

reference type

Definition at line 86 of file ImageBase.h.


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