Home
last modified time | relevance | path

Searched defs:ZipPtrSz (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dzip.hpp108 template <class PtrTuple> struct ZipPtrSz : ZipPtr<PtrTuple> struct
110 int rows, cols;
112 __host__ __device__ __forceinline__ ZipPtrSz() {} in ZipPtrSz() function
113 __host__ __device__ __forceinline__ ZipPtrSz(const PtrTuple& t) : ZipPtr<PtrTuple>(t) {} in ZipPtrSz() argument