OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::PtrTraits< ConstantPtrSz< T > > Struct Template Reference

#include "constant.hpp"

Inheritance diagram for cv::cudev::PtrTraits< ConstantPtrSz< T > >:
Collaboration diagram for cv::cudev::PtrTraits< ConstantPtrSz< T > >:

Public Types

typedef ConstantPtr< T >::index_type index_type
 
typedef ConstantPtrSz< T > ptr_sz_type
 
typedef ConstantPtr< T > ptr_type
 
typedef ConstantPtr< T >::value_type value_type
 

Static Public Member Functions

static __host__ int getCols (const ConstantPtrSz< T > &ptr)
 
static __host__ int getRows (const ConstantPtrSz< T > &ptr)
 
static __host__ ConstantPtr< T > shrinkPtr (const ConstantPtrSz< T > &ptr)
 

Member Typedef Documentation

typedef ConstantPtr< T > cv::cudev::PtrTraitsBase< ConstantPtrSz< T > , ConstantPtr< T > >::ptr_type
inherited

Member Function Documentation

static __host__ int cv::cudev::PtrTraitsBase< ConstantPtrSz< T > , ConstantPtr< T > >::getCols ( const ConstantPtrSz< T > &  ptr)
inlinestaticinherited
static __host__ int cv::cudev::PtrTraitsBase< ConstantPtrSz< T > , ConstantPtr< T > >::getRows ( const ConstantPtrSz< T > &  ptr)
inlinestaticinherited
static __host__ ConstantPtr< T > cv::cudev::PtrTraitsBase< ConstantPtrSz< T > , ConstantPtr< T > >::shrinkPtr ( const ConstantPtrSz< T > &  ptr)
inlinestaticinherited

The documentation for this struct was generated from the following file: