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

#include "intrin.hpp"

Public Types

enum  {
  delta = 0,
  shift = 0
}
 
typedef _Tp abs_type
 
typedef _Tp int_type
 
typedef _Tp sum_type
 
typedef _Tp uint_type
 

Static Public Member Functions

static uint_type reinterpet_uint (_Tp x)
 
static _Tp reinterpret_from_int (int_type x)
 
static int_type reinterpret_int (_Tp x)
 

Member Typedef Documentation

template<typename _Tp>
typedef _Tp cv::V_TypeTraits< _Tp >::abs_type
template<typename _Tp>
typedef _Tp cv::V_TypeTraits< _Tp >::int_type
template<typename _Tp>
typedef _Tp cv::V_TypeTraits< _Tp >::sum_type
template<typename _Tp>
typedef _Tp cv::V_TypeTraits< _Tp >::uint_type

Member Enumeration Documentation

template<typename _Tp>
anonymous enum
Enumerator
delta 
shift 

Member Function Documentation

template<typename _Tp>
static uint_type cv::V_TypeTraits< _Tp >::reinterpet_uint ( _Tp  x)
inlinestatic
template<typename _Tp>
static _Tp cv::V_TypeTraits< _Tp >::reinterpret_from_int ( int_type  x)
inlinestatic
template<typename _Tp>
static int_type cv::V_TypeTraits< _Tp >::reinterpret_int ( _Tp  x)
inlinestatic

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