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

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

Completed in 343 milliseconds