#include <functional.hpp>
Inherits cv::gpu::device::unary_function< Predicate::argument_type, bool >.
Public Member Functions | |
__host__ __device__ __forceinline__ | unary_negate (const Predicate &p) |
__device__ __forceinline__ bool | operator() (typename TypeTraits< typename Predicate::argument_type >::ParameterType x) const |
__host__ __device__ __forceinline__ | unary_negate () |
__host__ __device__ __forceinline__ | unary_negate (const unary_negate &other) |
Public Attributes | |
const Predicate | pred |
|
explicit |
__host__ __device__ __forceinline__ cv::gpu::device::unary_negate< Predicate >::unary_negate | ( | ) |
__host__ __device__ __forceinline__ cv::gpu::device::unary_negate< Predicate >::unary_negate | ( | const unary_negate< Predicate > & | other | ) |
__device__ __forceinline__ bool cv::gpu::device::unary_negate< Predicate >::operator() | ( | typename TypeTraits< typename Predicate::argument_type >::ParameterType | x | ) | const |
const Predicate cv::gpu::device::unary_negate< Predicate >::pred |