Public Member Functions
cv::gpu::device::negate< T > Struct Template Reference

#include <functional.hpp>

Inherits cv::gpu::device::unary_function< T, T >.

List of all members.

Public Member Functions

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

template<typename T>
struct cv::gpu::device::negate< T >


Constructor & Destructor Documentation

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

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: