OpenCV  2.4.13
Open Source Computer Vision
cv::gpu::device::bit_not< T > Struct Template Reference

#include <functional.hpp>

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

Public Member Functions

__device__ __forceinline__ T operator() (typename TypeTraits< T >::ParameterType v) const
 
__host__ __device__ __forceinline__ bit_not ()
 
__host__ __device__ __forceinline__ bit_not (const bit_not &)
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

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