Home
last modified time | relevance | path

Searched refs:ChannelReference (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/gil/
Dplanar_pixel_reference.hpp39 template <typename ChannelReference, typename ColorSpace>
42 ChannelReference,
49 ChannelReference,
56 using channel_t = typename channel_traits<ChannelReference>::value_type;
57 using channel_const_reference = typename channel_traits<ChannelReference>::const_reference;
60 static constexpr bool is_mutable = channel_traits<ChannelReference>::is_mutable;
62 using reference = planar_pixel_reference<ChannelReference, ColorSpace>;
65 planar_pixel_reference(ChannelReference v0, ChannelReference v1) in planar_pixel_reference()
69 planar_pixel_reference(ChannelReference v0, ChannelReference v1, ChannelReference v2) in planar_pixel_reference()
73 …planar_pixel_reference(ChannelReference v0, ChannelReference v1, ChannelReference v2, ChannelRefer… in planar_pixel_reference()
[all …]
Dplanar_pixel_iterator.hpp23 template <typename ChannelReference, typename ColorSpace>
/third_party/boost/libs/gil/example/
Dinterleaved_ref.hpp37 template <typename ChannelReference, typename Layout>
41 using channel_t = typename channel_traits<ChannelReference>::value_type;
42 using channel_pointer_t = typename channel_traits<ChannelReference>::pointer;
43 using channel_reference_t = typename channel_traits<ChannelReference>::reference;
44 using channel_const_reference_t = typename channel_traits<ChannelReference>::const_reference;
66 static const bool is_mutable = channel_traits<ChannelReference>::is_mutable;
69 ChannelReference operator[](std::size_t i) const { return _channels[i]; } in operator []()
82 template <typename ChannelReference, typename Layout, int K>
83 struct kth_element_type<interleaved_ref<ChannelReference, Layout>, K>
85 using type = ChannelReference;
[all …]
Dinterleaved_ptr.cpp18 template <typename ChannelReference, typename Layout> struct interleaved_ref;
21 template <int K, typename ChannelReference, typename Layout>
22 typename element_reference_type<interleaved_ref<ChannelReference,Layout>>::type
23 at_c(const interleaved_ref<ChannelReference,Layout>& p);
/third_party/boost/libs/gil/doc/html/_downloads/
Dinterleaved_ref.hpp37 template <typename ChannelReference, typename Layout>
41 using channel_t = typename channel_traits<ChannelReference>::value_type;
42 using channel_pointer_t = typename channel_traits<ChannelReference>::pointer;
43 using channel_reference_t = typename channel_traits<ChannelReference>::reference;
44 using channel_const_reference_t = typename channel_traits<ChannelReference>::const_reference;
66 static const bool is_mutable = channel_traits<ChannelReference>::is_mutable;
69 ChannelReference operator[](std::size_t i) const { return _channels[i]; } in operator []()
82 template <typename ChannelReference, typename Layout, int K>
83 struct kth_element_type<interleaved_ref<ChannelReference, Layout>, K>
85 using type = ChannelReference;
[all …]
Dinterleaved_ptr.cpp18 template <typename ChannelReference, typename Layout> struct interleaved_ref;
21 template <int K, typename ChannelReference, typename Layout>
22 typename element_reference_type<interleaved_ref<ChannelReference,Layout>>::type
23 at_c(const interleaved_ref<ChannelReference,Layout>& p);
/third_party/boost/libs/gil/test/
Dtest_utility_output_stream.hpp118 template <typename ChannelReference, typename ColorSpace>
119 std::ostream& operator<<(std::ostream& os, planar_pixel_reference<ChannelReference, ColorSpace> con… in operator <<() argument
122 << "\nChannelReference=" << boost::core::demangled_name(typeid(ChannelReference)) in operator <<()
/third_party/boost/libs/gil/doc/html/_sources/design/
Dpixel.rst.txt167 template <typename ChannelReference, typename ColorSpace> struct planar_pixel_reference;
/third_party/boost/libs/gil/doc/design/
Dpixel.rst167 template <typename ChannelReference, typename ColorSpace> struct planar_pixel_reference;