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 | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
cv::v_reg< _Tp, n > Struct Template Reference

#include "intrin_cpp.hpp"

Public Types

enum  { nlanes = n }
 
typedef v_reg< typename
V_TypeTraits< _Tp >::abs_type,
n > 
abs_vec
 
typedef v_reg< typename
V_TypeTraits< _Tp >::int_type,
n > 
int_vec
 
typedef _Tp lane_type
 

Public Member Functions

 v_reg (const _Tp *ptr)
 
 v_reg (_Tp s0, _Tp s1)
 
 v_reg (_Tp s0, _Tp s1, _Tp s2, _Tp s3)
 
 v_reg (_Tp s0, _Tp s1, _Tp s2, _Tp s3, _Tp s4, _Tp s5, _Tp s6, _Tp s7)
 
 v_reg (_Tp s0, _Tp s1, _Tp s2, _Tp s3, _Tp s4, _Tp s5, _Tp s6, _Tp s7, _Tp s8, _Tp s9, _Tp s10, _Tp s11, _Tp s12, _Tp s13, _Tp s14, _Tp s15)
 
 v_reg ()
 
 v_reg (const v_reg< _Tp, n > &r)
 
_Tp get (const int i) const
 
_Tp get0 () const
 
v_reg< _Tp, n > high () const
 
template<typename _Tp2 , int n2>
v_reg< _Tp2, n2 > reinterpret_as () const
 

Static Public Member Functions

static v_reg< _Tp, n > all (_Tp s)
 
static v_reg< _Tp, n > zero ()
 

Public Attributes

_Tp s [n]
 

Member Typedef Documentation

template<typename _Tp, int n>
typedef v_reg<typename V_TypeTraits<_Tp>::abs_type, n> cv::v_reg< _Tp, n >::abs_vec
template<typename _Tp, int n>
typedef v_reg<typename V_TypeTraits<_Tp>::int_type, n> cv::v_reg< _Tp, n >::int_vec
template<typename _Tp, int n>
typedef _Tp cv::v_reg< _Tp, n >::lane_type

Member Enumeration Documentation

template<typename _Tp, int n>
anonymous enum
Enumerator
nlanes 

Constructor & Destructor Documentation

template<typename _Tp, int n>
cv::v_reg< _Tp, n >::v_reg ( const _Tp *  ptr)
inlineexplicit
template<typename _Tp, int n>
cv::v_reg< _Tp, n >::v_reg ( _Tp  s0,
_Tp  s1 
)
inline
template<typename _Tp, int n>
cv::v_reg< _Tp, n >::v_reg ( _Tp  s0,
_Tp  s1,
_Tp  s2,
_Tp  s3 
)
inline
template<typename _Tp, int n>
cv::v_reg< _Tp, n >::v_reg ( _Tp  s0,
_Tp  s1,
_Tp  s2,
_Tp  s3,
_Tp  s4,
_Tp  s5,
_Tp  s6,
_Tp  s7 
)
inline
template<typename _Tp, int n>
cv::v_reg< _Tp, n >::v_reg ( _Tp  s0,
_Tp  s1,
_Tp  s2,
_Tp  s3,
_Tp  s4,
_Tp  s5,
_Tp  s6,
_Tp  s7,
_Tp  s8,
_Tp  s9,
_Tp  s10,
_Tp  s11,
_Tp  s12,
_Tp  s13,
_Tp  s14,
_Tp  s15 
)
inline
template<typename _Tp, int n>
cv::v_reg< _Tp, n >::v_reg ( )
inline
template<typename _Tp, int n>
cv::v_reg< _Tp, n >::v_reg ( const v_reg< _Tp, n > &  r)
inline

Member Function Documentation

template<typename _Tp, int n>
static v_reg<_Tp, n> cv::v_reg< _Tp, n >::all ( _Tp  s)
inlinestatic
template<typename _Tp, int n>
_Tp cv::v_reg< _Tp, n >::get ( const int  i) const
inline
template<typename _Tp, int n>
_Tp cv::v_reg< _Tp, n >::get0 ( ) const
inline
template<typename _Tp, int n>
v_reg<_Tp, n> cv::v_reg< _Tp, n >::high ( ) const
inline
template<typename _Tp, int n>
template<typename _Tp2 , int n2>
v_reg<_Tp2, n2> cv::v_reg< _Tp, n >::reinterpret_as ( ) const
inline
template<typename _Tp, int n>
static v_reg<_Tp, n> cv::v_reg< _Tp, n >::zero ( )
inlinestatic

Member Data Documentation

template<typename _Tp, int n>
_Tp cv::v_reg< _Tp, n >::s[n]

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