#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 | |
const static 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().
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1gpu_1_1_dev_ptr.html