CubicInterPtrSz   219 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp __host__ CubicInterPtrSz<typename PtrTraits<SrcPtr>::ptr_type> interCubic(const SrcPtr& src)
CubicInterPtrSz   221 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp     CubicInterPtrSz<typename PtrTraits<SrcPtr>::ptr_type> i;
CubicInterPtrSz   228 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp template <class SrcPtr> struct PtrTraits< CubicInterPtrSz<SrcPtr> > : PtrTraitsBase<CubicInterPtrSz<SrcPtr>, CubicInterPtr<SrcPtr> >