OpenCV  3.0.0-rc1
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< unsigned > Struct Template Reference

#include "intrin.hpp"

Public Types

typedef unsigned abs_type
 
typedef int int_type
 
typedef ushort nu_type
 
typedef unsigned sum_type
 
typedef unsigned uint_type
 
typedef unsigned value_type
 
typedef uint64 w_type
 

Static Public Member Functions

static value_type reinterpret_from_int (int_type x)
 
static int_type reinterpret_int (value_type x)
 
static uint_type reinterpret_uint (value_type x)
 

Member Typedef Documentation

typedef unsigned cv::V_TypeTraits< unsigned >::abs_type
typedef int cv::V_TypeTraits< unsigned >::int_type
typedef ushort cv::V_TypeTraits< unsigned >::nu_type
typedef unsigned cv::V_TypeTraits< unsigned >::sum_type
typedef unsigned cv::V_TypeTraits< unsigned >::uint_type
typedef unsigned cv::V_TypeTraits< unsigned >::value_type
typedef uint64 cv::V_TypeTraits< unsigned >::w_type

Member Function Documentation

static value_type cv::V_TypeTraits< unsigned >::reinterpret_from_int ( int_type  x)
inlinestatic
static int_type cv::V_TypeTraits< unsigned >::reinterpret_int ( value_type  x)
inlinestatic
static uint_type cv::V_TypeTraits< unsigned >::reinterpret_uint ( value_type  x)
inlinestatic

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