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

#include "texture.hpp"

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

Public Types

typedef TexturePtr< T >::index_type index_type
 
typedef Texture< T > ptr_sz_type
 
typedef TexturePtr< T > ptr_type
 
typedef TexturePtr< T >::value_type value_type
 

Static Public Member Functions

static __host__ int getCols (const Texture< T > &ptr)
 
static __host__ int getRows (const Texture< T > &ptr)
 
static __host__ TexturePtr< T > shrinkPtr (const Texture< T > &ptr)
 

Member Typedef Documentation

typedef TexturePtr< T > ::index_type cv::cudev::PtrTraitsBase< Texture< T > , TexturePtr< T > >::index_type
inherited
typedef Texture< T > cv::cudev::PtrTraitsBase< Texture< T > , TexturePtr< T > >::ptr_sz_type
inherited
typedef TexturePtr< T > cv::cudev::PtrTraitsBase< Texture< T > , TexturePtr< T > >::ptr_type
inherited
typedef TexturePtr< T > ::value_type cv::cudev::PtrTraitsBase< Texture< T > , TexturePtr< T > >::value_type
inherited

Member Function Documentation

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

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