Point Cloud Library (PCL)
1.8.0
|
#include </build/pcl-ykqcJu/pcl-1.8.0+dfsg1/gpu/containers/include/pcl/gpu/containers/kernel_containers.h>
Public Types | |
typedef T | elem_type |
Public Member Functions | |
__PCL_GPU_HOST_DEVICE__ | DevPtr () |
__PCL_GPU_HOST_DEVICE__ | DevPtr (T *data_arg) |
__PCL_GPU_HOST_DEVICE__ 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 size_t | elem_size = sizeof(elem_type) |
Definition at line 54 of file kernel_containers.h.
typedef T pcl::gpu::DevPtr< T >::elem_type |
Definition at line 56 of file kernel_containers.h.
|
inline |
Definition at line 61 of file kernel_containers.h.
|
inline |
Definition at line 62 of file kernel_containers.h.
|
inline |
Definition at line 64 of file kernel_containers.h.
References pcl::gpu::DevPtr< T >::elem_size.
Referenced by pcl::gpu::TextureBinder::TextureBinder().
|
inline |
Definition at line 66 of file kernel_containers.h.
References pcl::gpu::DevPtr< T >::data.
|
inline |
Definition at line 65 of file kernel_containers.h.
References pcl::gpu::DevPtr< T >::data.
T* pcl::gpu::DevPtr< T >::data |
Definition at line 59 of file kernel_containers.h.
Referenced by pcl::gpu::kinfuLS::CyclicalBuffer::getWorldModel(), pcl::gpu::kinfuLS::CyclicalBuffer::initBuffer(), pcl::gpu::DevPtr< T >::operator const T *(), pcl::gpu::DevPtr< T >::operator T*(), pcl::gpu::DeviceMemory::ptr(), pcl::gpu::DeviceMemory2D::ptr(), and pcl::gpu::TextureBinder::TextureBinder().
|
static |
Definition at line 57 of file kernel_containers.h.
Referenced by pcl::gpu::DevPtr< T >::elemSize().