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

#include "functional.hpp"

Inheritance diagram for cv::cudev::tan_func< T >:
cv::cudev::unary_function< T, functional_detail::FloatType< T >::type >

Public Member Functions

__device__ __forceinline__
functional_detail::FloatType
< T >::type 
operator() (typename TypeTraits< T >::parameter_type a) const
 

Additional Inherited Members

- Public Types inherited from cv::cudev::unary_function< T, functional_detail::FloatType< T >::type >
typedef T argument_type
 
typedef
functional_detail::FloatType
< T >::type 
result_type
 

Member Function Documentation

template<typename T >
__device__ __forceinline__ functional_detail::FloatType<T>::type cv::cudev::tan_func< T >::operator() ( typename TypeTraits< T >::parameter_type  a) const
inline

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