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

#include "functional.hpp"

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

Public Types

typedef Predicate::argument_type argument_type
 
typedef Predicate::result_type result_type
 

Public Member Functions

__device__ __forceinline__ Predicate::result_type operator() (typename TypeTraits< typename Predicate::argument_type >::parameter_type x) const
 

Public Attributes

Predicate pred
 

Member Typedef Documentation

typedef Predicate::argument_type cv::cudev::unary_function< Predicate::argument_type , Predicate::result_type >::argument_type
inherited
typedef Predicate::result_type cv::cudev::unary_function< Predicate::argument_type , Predicate::result_type >::result_type
inherited

Member Function Documentation

template<class Predicate>
__device__ __forceinline__ Predicate::result_type cv::cudev::UnaryNegate< Predicate >::operator() ( typename TypeTraits< typename Predicate::argument_type >::parameter_type  x) const
inline

Member Data Documentation

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

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


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