|
Point Cloud Library (PCL) 1.12.1
|
#include </home/lkp/rpmbuild/BUILD/pcl-pcl-1.12.1/gpu/utils/include/pcl/gpu/utils/texture_binder.hpp>
Public Member Functions | |
| template<class T, enum cudaTextureReadMode readMode> | |
| TextureBinder (const DeviceArray2D< T > &arr, const struct texture< T, 2, readMode > &tex) | |
| template<class T, enum cudaTextureReadMode readMode> | |
| TextureBinder (const DeviceArray< T > &arr, const struct texture< T, 1, readMode > &tex) | |
| template<class T, enum cudaTextureReadMode readMode> | |
| TextureBinder (const PtrStepSz< T > &arr, const struct texture< T, 2, readMode > &tex) | |
| template<class T, enum cudaTextureReadMode readMode> | |
| TextureBinder (const PtrSz< T > &arr, const struct texture< T, 1, readMode > &tex) | |
| ~TextureBinder () | |
Definition at line 47 of file texture_binder.hpp.
|
inline |
Definition at line 51 of file texture_binder.hpp.
|
inline |
Definition at line 58 of file texture_binder.hpp.
|
inline |
Definition at line 65 of file texture_binder.hpp.
|
inline |
Definition at line 72 of file texture_binder.hpp.
|
inline |
Definition at line 78 of file texture_binder.hpp.