ConstantPtr 67 modules/cudev/include/opencv2/cudev/ptr2d/constant.hpp template <typename T> struct ConstantPtrSz : ConstantPtr<T> ConstantPtr 73 modules/cudev/include/opencv2/cudev/ptr2d/constant.hpp __host__ ConstantPtr<T> constantPtr(T value) ConstantPtr 75 modules/cudev/include/opencv2/cudev/ptr2d/constant.hpp ConstantPtr<T> p; ConstantPtr 90 modules/cudev/include/opencv2/cudev/ptr2d/constant.hpp template <typename T> struct PtrTraits< ConstantPtrSz<T> > : PtrTraitsBase< ConstantPtrSz<T>, ConstantPtr<T> >