#include <functional.hpp>
Inherits cv::gpu::device::binary_function< Predicate::first_argument_type, Predicate::second_argument_type, bool >.
List of all members.
Public Member Functions |
| __host__ __device__ __forceinline__ | binary_negate (const Predicate &p) |
| __device__ __forceinline__ bool | operator() (typename TypeTraits< typename Predicate::first_argument_type >::ParameterType x, typename TypeTraits< typename Predicate::second_argument_type >::ParameterType y) const |
| __device__ __forceinline__ | binary_negate (const binary_negate &other) |
| __device__ __forceinline__ | binary_negate () |
Public Attributes |
| const Predicate | pred |
template<typename Predicate>
struct cv::gpu::device::binary_negate< Predicate >
Constructor & Destructor Documentation
template<typename Predicate >
template<typename Predicate >
template<typename Predicate >
Member Function Documentation
template<typename Predicate >
| __device__ __forceinline__ bool cv::gpu::device::binary_negate< Predicate >::operator() |
( |
typename TypeTraits< typename Predicate::first_argument_type >::ParameterType |
x, |
|
|
typename TypeTraits< typename Predicate::second_argument_type >::ParameterType |
y |
|
) |
| const |
Member Data Documentation
template<typename Predicate >
The documentation for this struct was generated from the following file: