Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/gpu/containers/include/pcl/gpu/containers/impl/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 45 of file texture_binder.hpp.
|
inline |
Definition at line 48 of file texture_binder.hpp.
References pcl::gpu::DeviceArray2D< T >::cols(), pcl::gpu::DeviceArray2D< T >::ptr(), pcl::gpu::DeviceArray2D< T >::rows(), and pcl::gpu::DeviceMemory2D::step().
|
inline |
Definition at line 57 of file texture_binder.hpp.
References pcl::gpu::DeviceArray< T >::ptr(), and pcl::gpu::DeviceMemory::sizeBytes().
|
inline |
Definition at line 65 of file texture_binder.hpp.
References pcl::gpu::PtrStepSz< T >::cols, pcl::gpu::DevPtr< T >::data, pcl::gpu::PtrStepSz< T >::rows, and pcl::gpu::PtrStep< T >::step.
|
inline |
Definition at line 74 of file texture_binder.hpp.
References pcl::gpu::DevPtr< T >::data, pcl::gpu::DevPtr< T >::elemSize(), and pcl::gpu::PtrSz< T >::size.
|
inline |
Definition at line 81 of file texture_binder.hpp.