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

#include <functional.hpp>

Inheritance diagram for cv::gpu::device::identity< T >:
cv::gpu::device::unary_function< T, T >

Public Member Functions

__device__ __forceinline__ TypeTraits< T >::ParameterType operator() (typename TypeTraits< T >::ParameterType x) const
 
__host__ __device__ __forceinline__ identity ()
 
__host__ __device__ __forceinline__ identity (const identity &)
 

Constructor & Destructor Documentation

§ identity() [1/2]

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

§ identity() [2/2]

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

Member Function Documentation

§ operator()()

template<typename T >
__device__ __forceinline__ TypeTraits<T>::ParameterType cv::gpu::device::identity< T >::operator() ( typename TypeTraits< T >::ParameterType  x) const
inline

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