Public Member Functions | List of all members
cv::gpu::device::negate< T > Struct Template Reference

#include <functional.hpp>

Inherits 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

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

Member Function Documentation

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

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