OpenCV  2.4.13.4
Open Source Computer Vision
cv::gpu::device::plus< T > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for cv::gpu::device::plus< T >:
cv::gpu::device::binary_function< T, T, T >

Public Member Functions

__device__ __forceinline__ T operator() (typename TypeTraits< T >::ParameterType a, typename TypeTraits< T >::ParameterType b) const
 
__host__ __device__ __forceinline__ plus ()
 
__host__ __device__ __forceinline__ plus (const plus &)
 

Constructor & Destructor Documentation

§ plus() [1/2]

template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::plus< T >::plus ( )
inline

§ plus() [2/2]

template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::plus< T >::plus ( const plus< T > &  )
inline

Member Function Documentation

§ operator()()

template<typename T >
__device__ __forceinline__ T cv::gpu::device::plus< T >::operator() ( typename TypeTraits< T >::ParameterType  a,
typename TypeTraits< T >::ParameterType  b 
) const
inline

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