OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::BinaryNegate< Predicate > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::BinaryNegate< Predicate >:
Collaboration diagram for cv::cudev::BinaryNegate< Predicate >:

Public Types

typedef Predicate::first_argument_type first_argument_type
 
typedef Predicate::result_type result_type
 
typedef Predicate::second_argument_type second_argument_type
 

Public Member Functions

__device__ __forceinline__ Predicate::result_type operator() (typename TypeTraits< typename Predicate::first_argument_type >::parameter_type x, typename TypeTraits< typename Predicate::second_argument_type >::parameter_type y) const
 

Public Attributes

Predicate pred
 

Member Typedef Documentation

typedef Predicate::first_argument_type cv::cudev::binary_function< Predicate::first_argument_type , Predicate::second_argument_type , Predicate::result_type >::first_argument_type
inherited
typedef Predicate::result_type cv::cudev::binary_function< Predicate::first_argument_type , Predicate::second_argument_type , Predicate::result_type >::result_type
inherited
typedef Predicate::second_argument_type cv::cudev::binary_function< Predicate::first_argument_type , Predicate::second_argument_type , Predicate::result_type >::second_argument_type
inherited

Member Function Documentation

template<class Predicate>
__device__ __forceinline__ Predicate::result_type cv::cudev::BinaryNegate< Predicate >::operator() ( typename TypeTraits< typename Predicate::first_argument_type >::parameter_type  x,
typename TypeTraits< typename Predicate::second_argument_type >::parameter_type  y 
) const
inline

Member Data Documentation

template<class Predicate>
Predicate cv::cudev::BinaryNegate< Predicate >::pred

Referenced by cv::cudev::not2().


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