OpenCV  2.4.13.5
Open Source Computer Vision
cv::gpu::device::project2nd< T1, T2 > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for cv::gpu::device::project2nd< T1, T2 >:
cv::gpu::device::binary_function< T1, T2, T2 >

Public Member Functions

__device__ __forceinline__ TypeTraits< T2 >::ParameterType operator() (typename TypeTraits< T1 >::ParameterType lhs, typename TypeTraits< T2 >::ParameterType rhs) const
 
__host__ __device__ __forceinline__ project2nd ()
 
__host__ __device__ __forceinline__ project2nd (const project2nd &)
 

Constructor & Destructor Documentation

§ project2nd() [1/2]

template<typename T1 , typename T2 >
__host__ __device__ __forceinline__ cv::gpu::device::project2nd< T1, T2 >::project2nd ( )
inline

§ project2nd() [2/2]

template<typename T1 , typename T2 >
__host__ __device__ __forceinline__ cv::gpu::device::project2nd< T1, T2 >::project2nd ( const project2nd< T1, T2 > &  )
inline

Member Function Documentation

§ operator()()

template<typename T1 , typename T2 >
__device__ __forceinline__ TypeTraits<T2>::ParameterType cv::gpu::device::project2nd< T1, T2 >::operator() ( typename TypeTraits< T1 >::ParameterType  lhs,
typename TypeTraits< T2 >::ParameterType  rhs 
) const
inline

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