Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/gpu/containers/include/pcl/gpu/containers/kernel_containers.h>
Public Types | |
using | elem_type = T |
Public Member Functions | |
__PCL_GPU_HOST_DEVICE__ | DevPtr () |
__PCL_GPU_HOST_DEVICE__ | DevPtr (T *data_arg) |
__PCL_GPU_HOST_DEVICE__ std::size_t | elemSize () const |
__PCL_GPU_HOST_DEVICE__ | operator T* () |
__PCL_GPU_HOST_DEVICE__ | operator const T * () const |
Public Attributes | |
T * | data |
Static Public Attributes | |
static const std::size_t | elem_size = sizeof(elem_type) |
Definition at line 50 of file kernel_containers.h.
using pcl::gpu::DevPtr< T >::elem_type = T |
Definition at line 51 of file kernel_containers.h.
|
inline |
Definition at line 57 of file kernel_containers.h.
|
inline |
Definition at line 60 of file kernel_containers.h.
|
inline |
Definition at line 63 of file kernel_containers.h.
References pcl::gpu::DevPtr< T >::elem_size.
Referenced by pcl::gpu::TextureBinder::TextureBinder().
|
inline |
Definition at line 70 of file kernel_containers.h.
References pcl::gpu::DevPtr< T >::data.
|
inline |
Definition at line 69 of file kernel_containers.h.
References pcl::gpu::DevPtr< T >::data.
T* pcl::gpu::DevPtr< T >::data |
Definition at line 54 of file kernel_containers.h.
Referenced by pcl::gpu::kinfuLS::CyclicalBuffer::initBuffer(), pcl::gpu::DevPtr< T >::operator const T *(), pcl::gpu::DeviceMemory2D::operator PtrStep< U >(), pcl::gpu::DeviceMemory2D::operator PtrStepSz< U >(), pcl::gpu::DeviceMemory::operator PtrSz< U >(), pcl::gpu::DevPtr< T >::operator T*(), and pcl::gpu::TextureBinder::TextureBinder().
|
static |
Definition at line 52 of file kernel_containers.h.
Referenced by pcl::gpu::DevPtr< T >::elemSize().