OpenCV  2.4.13.5
Open Source Computer Vision
cv::gpu::device::negate< T > Struct Template Reference

#include <functional.hpp>

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

Public Member Functions

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

Constructor & Destructor Documentation

§ negate() [1/2]

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

§ negate() [2/2]

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

Member Function Documentation

§ operator()()

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

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