|
Point Cloud Library (PCL) 1.15.0
|
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.
References data.
Referenced by pcl::gpu::PtrStep< T >::PtrStep(), and pcl::gpu::PtrSz< T >::PtrSz().
|
inline |
Definition at line 60 of file kernel_containers.h.
References data.
|
inline |
Definition at line 63 of file kernel_containers.h.
References elem_size.
Referenced by pcl::gpu::TextureBinder::TextureBinder().
|
inline |
Definition at line 70 of file kernel_containers.h.
References data.
|
inline |
Definition at line 69 of file kernel_containers.h.
References data.
| T* pcl::gpu::DevPtr< T >::data |
Definition at line 54 of file kernel_containers.h.
Referenced by DevPtr(), DevPtr(), pcl::gpu::kinfuLS::CyclicalBuffer::initBuffer(), operator const T *(), pcl::gpu::DeviceMemory2D::operator PtrStep< U >(), pcl::gpu::DeviceMemory2D::operator PtrStepSz< U >(), pcl::gpu::DeviceMemory::operator PtrSz< U >(), operator T*(), pcl::gpu::PtrStep< T >::ptr(), pcl::gpu::PtrStep< T >::ptr(), pcl::gpu::TextureBinder::TextureBinder(), and pcl::gpu::TextureBinder::TextureBinder().
|
static |
Definition at line 52 of file kernel_containers.h.
Referenced by elemSize().