Point Cloud Library (PCL)
1.9.1-dev
|
#include </__w/1/s/gpu/containers/include/pcl/gpu/containers/kernel_containers.h>
Public Member Functions | |
__PCL_GPU_HOST_DEVICE__ | PtrSz () |
__PCL_GPU_HOST_DEVICE__ | PtrSz (T *data_arg, size_t size_arg) |
![]() | |
__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 | |
size_t | size |
![]() | |
T * | data |
Additional Inherited Members | |
![]() | |
typedef T | elem_type |
![]() | |
static const size_t | elem_size = sizeof(elem_type) |
Definition at line 66 of file kernel_containers.h.
|
inline |
Definition at line 68 of file kernel_containers.h.
|
inline |
Definition at line 69 of file kernel_containers.h.
size_t pcl::gpu::PtrSz< T >::size |
Definition at line 71 of file kernel_containers.h.
Referenced by pcl::gpu::DeviceMemory::ptr(), and pcl::gpu::TextureBinder::TextureBinder().