point_cloud_library / 1.12.1 / structpcl_1_1gpu_1_1_ptr_sz.html /

#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, 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 >
const static std::size_t elem_size = sizeof(elem_type)

Detailed Description

template<typename T>
struct pcl::gpu::PtrSz< T >

Definition at line 74 of file kernel_containers.h.

Constructor & Destructor Documentation

PtrSz() [1/2]

template<typename T >
__PCL_GPU_HOST_DEVICE__ pcl::gpu::PtrSz< T >::PtrSz ( )
inline

Definition at line 76 of file kernel_containers.h.

PtrSz() [2/2]

template<typename T >
__PCL_GPU_HOST_DEVICE__ pcl::gpu::PtrSz< T >::PtrSz ( T * data_arg,
std::size_t size_arg
)
inline

Definition at line 79 of file kernel_containers.h.

Member Data Documentation

size

template<typename T >
std::size_t pcl::gpu::PtrSz< T >::size

The documentation for this struct was generated from the following file:

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1gpu_1_1_ptr_sz.html