Home
last modified time | relevance | path

Searched refs:ZipPtr (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dzip.hpp58 template <class PtrTuple> struct ZipPtr;
60 template <class Ptr0, class Ptr1> struct ZipPtr< tuple<Ptr0, Ptr1> > : tuple<Ptr0, Ptr1> struct
66 __host__ __device__ __forceinline__ ZipPtr() {} in ZipPtr() function
67 __host__ __device__ __forceinline__ ZipPtr(const tuple<Ptr0, Ptr1>& t) : tuple<Ptr0, Ptr1>(t) {} in ZipPtr() function
75 template <class Ptr0, class Ptr1, class Ptr2> struct ZipPtr< tuple<Ptr0, Ptr1, Ptr2> > : tuple<Ptr0… struct
82 __host__ __device__ __forceinline__ ZipPtr() {} in ZipPtr() function
83 …__host__ __device__ __forceinline__ ZipPtr(const tuple<Ptr0, Ptr1, Ptr2>& t) : tuple<Ptr0, Ptr1, P… in ZipPtr() argument
91 template <class Ptr0, class Ptr1, class Ptr2, class Ptr3> struct ZipPtr< tuple<Ptr0, Ptr1, Ptr2, Pt… struct
99 __host__ __device__ __forceinline__ ZipPtr() {} in ZipPtr() function
100 …__host__ __device__ __forceinline__ ZipPtr(const tuple<Ptr0, Ptr1, Ptr2, Ptr3>& t) : tuple<Ptr0, P… in ZipPtr() argument
[all …]