OpenCV  3.0.0-dev
Open Source Computer Vision
Public Types | Static Public Member Functions | List of all members
cv::cudev::VecTraits< short2 > Struct Template Reference

#include "vec_traits.hpp"

Public Types

enum  { cn =2 }
 
typedef short elem_type
 

Static Public Member Functions

__host__ __device__ static __forceinline__ short2 all (short v)
 
__host__ __device__ static __forceinline__ short2 make (const short *v)
 
__host__ __device__ static __forceinline__ short2 make (short x, short y)
 

Member Typedef Documentation

typedef short cv::cudev::VecTraits< short2 >::elem_type

Member Function Documentation

__host__ __device__ static __forceinline__ short2 cv::cudev::VecTraits< short2 >::all ( short  v)
inlinestatic
__host__ __device__ static __forceinline__ short2 cv::cudev::VecTraits< short2 >::make ( const short *  v)
inlinestatic
__host__ __device__ static __forceinline__ short2 cv::cudev::VecTraits< short2 >::make ( short  x,
short  y 
)
inlinestatic

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