|
Point Cloud Library (PCL)
1.15.1-dev
|
#include </__w/1/s/gpu/containers/include/pcl/gpu/containers/kernel_containers.h>
Inheritance diagram for pcl::gpu::PtrSz< T >:
Collaboration diagram for pcl::gpu::PtrSz< T >:Public Member Functions | |
| __PCL_GPU_HOST_DEVICE__ | PtrSz () |
| __PCL_GPU_HOST_DEVICE__ | PtrSz (T *data_arg, std::size_t size_arg) |
Public Member Functions inherited from pcl::gpu::DevPtr< T > | |
| __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 | |
| std::size_t | size |
Public Attributes inherited from pcl::gpu::DevPtr< T > | |
| T * | data |
Additional Inherited Members | |
Public Types inherited from pcl::gpu::DevPtr< T > | |
| using | elem_type = T |
Static Public Attributes inherited from pcl::gpu::DevPtr< T > | |
| static const std::size_t | elem_size = sizeof(elem_type) |
Definition at line 74 of file kernel_containers.h.
|
inline |
Definition at line 76 of file kernel_containers.h.
|
inline |
Definition at line 79 of file kernel_containers.h.
| std::size_t pcl::gpu::PtrSz< T >::size |
Definition at line 81 of file kernel_containers.h.
Referenced by pcl::gpu::DeviceMemory::operator PtrSz< U >(), and pcl::gpu::TextureBinder::TextureBinder().