CARLA
Public Types | Static Public Member Functions | Private Types | List of all members
carla::image::ImageView::color_converted_type< SrcView, DstP, CC > Struct Template Reference

Public Types

typedef add_ref_t::type type
 

Static Public Member Functions

static type make (const SrcView &sv, CC cc)
 

Private Types

typedef SrcView::template add_deref< deref_tadd_ref_t
 
typedef boost::gil::color_convert_deref_fn< typename SrcView::const_t::reference, DstP, CC > deref_t
 

Detailed Description

template<typename SrcView, typename DstP, typename CC>
struct carla::image::ImageView::color_converted_type< SrcView, DstP, CC >

Definition at line 81 of file ImageView.h.

Member Typedef Documentation

◆ add_ref_t

template<typename SrcView , typename DstP , typename CC >
typedef SrcView::template add_deref<deref_t> carla::image::ImageView::color_converted_type< SrcView, DstP, CC >::add_ref_t
private

Definition at line 84 of file ImageView.h.

◆ deref_t

template<typename SrcView , typename DstP , typename CC >
typedef boost::gil::color_convert_deref_fn<typename SrcView::const_t::reference, DstP, CC> carla::image::ImageView::color_converted_type< SrcView, DstP, CC >::deref_t
private

Definition at line 83 of file ImageView.h.

◆ type

template<typename SrcView , typename DstP , typename CC >
typedef add_ref_t::type carla::image::ImageView::color_converted_type< SrcView, DstP, CC >::type

Definition at line 86 of file ImageView.h.

Member Function Documentation

◆ make()

template<typename SrcView , typename DstP , typename CC >
static type carla::image::ImageView::color_converted_type< SrcView, DstP, CC >::make ( const SrcView &  sv,
CC  cc 
)
inlinestatic

Definition at line 87 of file ImageView.h.

References util::buffer::make().

Referenced by carla::image::ImageView::_MakeColorConvertedView().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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