Searched defs:interleaved_ref (Results 1 – 3 of 3) sorted by relevance
38 struct interleaved_ref struct41 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;47 using layout_t = Layout; // Required by ColorBaseConcept50 interleaved_ref(const interleaved_ref& p) : _channels(p._channels) {} in interleaved_ref() function51 …template <typename P> interleaved_ref(const P& p) : _channels(p._channels) { check_compatible<P>()… in interleaved_ref() function53 …me P> bool operator==(const P& p) const { check_compatible<P>(); return static_equal(*this,p); } in operator ==()54 template <typename P> bool operator!=(const P& p) const { return !(*this==p); } in operator !=()[all …]
38 struct interleaved_ref struct41 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;47 using layout_t = Layout; // Required by ColorBaseConcept50 interleaved_ref(const interleaved_ref& p) : _channels(p._channels) {} in interleaved_ref() argument51 …template <typename P> interleaved_ref(const P& p) : _channels(p._channels) { check_compatible<P>()… in interleaved_ref() argument53 …me P> bool operator==(const P& p) const { check_compatible<P>(); return static_equal(*this,p); } in operator ==()54 template <typename P> bool operator!=(const P& p) const { return !(*this==p); } in operator !=()[all …]
1 …pace","design/concepts","design/conclusions","design/dynamic_image","design/examples","design/exte…