OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::saturate_cast_func< T, D > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::saturate_cast_func< T, D >:
Collaboration diagram for cv::cudev::saturate_cast_func< T, D >:

Public Types

typedef T argument_type
 
typedef D result_type
 

Public Member Functions

__device__ __forceinline__ D operator() (typename TypeTraits< T >::parameter_type v) const
 

Member Typedef Documentation

typedef T cv::cudev::unary_function< T , D >::argument_type
inherited
typedef D cv::cudev::unary_function< T , D >::result_type
inherited

Member Function Documentation

template<typename T , typename D >
__device__ __forceinline__ D cv::cudev::saturate_cast_func< T, D >::operator() ( typename TypeTraits< T >::parameter_type  v) const
inline

References cv::cudev::saturate_cast().

Here is the call graph for this function:


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