Public Types
cv::gpu::device::transform_detail::UnaryReadWriteTraits< T, D, shift > Struct Template Reference

Read Write Traits. More...

#include <transform_detail.hpp>

List of all members.

Public Types

typedef TypeVec< T, shift >
::vec_type 
read_type
typedef TypeVec< D, shift >
::vec_type 
write_type

Detailed Description

template<typename T, typename D, int shift>
struct cv::gpu::device::transform_detail::UnaryReadWriteTraits< T, D, shift >

Read Write Traits.


Member Typedef Documentation

template<typename T , typename D , int shift>
typedef TypeVec<T, shift>::vec_type cv::gpu::device::transform_detail::UnaryReadWriteTraits< T, D, shift >::read_type
template<typename T , typename D , int shift>
typedef TypeVec<D, shift>::vec_type cv::gpu::device::transform_detail::UnaryReadWriteTraits< T, D, shift >::write_type

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