OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
cv::cudev::UnaryNegate< Predicate > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::UnaryNegate< Predicate >:
cv::cudev::unary_function< Predicate::argument_type, Predicate::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
 

Additional Inherited Members

- Public Types inherited from cv::cudev::unary_function< Predicate::argument_type, Predicate::result_type >
typedef Predicate::argument_type argument_type
 
typedef Predicate::result_type result_type
 

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

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