Point Cloud Library (PCL)
1.8.1
|
#include </build/pcl-trY6h2/pcl-1.8.1+dfsg1/gpu/containers/include/pcl/gpu/containers/kernel_containers.h>
Public Member Functions | |
__PCL_GPU_HOST_DEVICE__ | PtrStepSz () |
__PCL_GPU_HOST_DEVICE__ | PtrStepSz (int rows_arg, int cols_arg, T *data_arg, size_t step_arg) |
![]() | |
__PCL_GPU_HOST_DEVICE__ | PtrStep () |
__PCL_GPU_HOST_DEVICE__ | PtrStep (T *data_arg, size_t step_arg) |
__PCL_GPU_HOST_DEVICE__ T * | ptr (int y=0) |
__PCL_GPU_HOST_DEVICE__ const T * | ptr (int y=0) const |
__PCL_GPU_HOST_DEVICE__ T & | operator() (int y, int x) |
__PCL_GPU_HOST_DEVICE__ const T & | operator() (int y, int x) const |
![]() | |
__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 | |
int | cols |
int | rows |
![]() | |
size_t | step |
stride between two consecutive rows in bytes. More... | |
![]() | |
T * | data |
Additional Inherited Members | |
![]() | |
typedef T | elem_type |
![]() | |
static const size_t | elem_size = sizeof(elem_type) |
Definition at line 92 of file kernel_containers.h.
|
inline |
Definition at line 94 of file kernel_containers.h.
|
inline |
Definition at line 95 of file kernel_containers.h.
int pcl::gpu::PtrStepSz< T >::cols |
Definition at line 98 of file kernel_containers.h.
Referenced by pcl::gpu::DeviceMemory2D::ptr(), and pcl::gpu::TextureBinder::TextureBinder().
int pcl::gpu::PtrStepSz< T >::rows |
Definition at line 99 of file kernel_containers.h.
Referenced by pcl::gpu::DeviceMemory2D::ptr(), and pcl::gpu::TextureBinder::TextureBinder().