#include </__w/1/s/gpu/containers/include/pcl/gpu/containers/kernel_containers.h>
Общедоступные члены-функции | |
| __PCL_GPU_HOST_DEVICE__ | PtrStep () |
| __PCL_GPU_HOST_DEVICE__ | PtrStep (T *data_arg, std::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__ std::size_t | elemSize () const |
| __PCL_GPU_HOST_DEVICE__ | operator T* () |
| __PCL_GPU_HOST_DEVICE__ | operator const T * () const |
Общедоступные атрибуты | |
| std::size_t | step |
| шаг между двумя последовательными строками в байтах. Подробнее... |
|
|
| |
| T * | data |
Унаследованные члены | |
|
| |
| using | elem_type = T |
|
| |
| static const std::size_t | elem_size = sizeof(elem_type) |
Подробное описание
шаблон<typename T>
struct pcl::gpu::PtrStep< T >
Определение в строке 85 файла kernel_containers.h.
Документация конструкторов и деструкторов
PtrStep() [1/2]
| inline |
Определение в строке 87 файла kernel_containers.h.
PtrStep() [2/2]
| inline |
Определение в строке 90 файла kernel_containers.h.
Документация по членам-функциям
operator()() [1/2]
| inline |
Определение в строке 109 файла kernel_containers.h.
Ссылки на pcl::gpu::PtrStep< T >::ptr().
operator()() [2/2]
| inline |
Определение в строке 115 файла kernel_containers.h.
Ссылки на pcl::gpu::PtrStep< T >::ptr().
ptr() [1/2]
| inline |
Определение в строке 97 файла kernel_containers.h.
Ссылки на pcl::gpu::PtrStep< T >::step.
Используется в pcl::gpu::DataSource::getNeghborsArray(), pcl::gpu::kinfuLS::CyclicalBuffer::initBuffer() и pcl::gpu::PtrStep< T >::operator()().
ptr() [2/2]
| inline |
Определение в строке 103 файла kernel_containers.h.
Ссылки на pcl::gpu::PtrStep< T >::step.
Документация по данным членам
step
| std::size_t pcl::gpu::PtrStep< T >::step |
шаг между двумя последовательными строками в байтах.
Шаг всегда и везде хранится в байтах!!!
Определение в строке 94 файла kernel_containers.h.
Используется в pcl::gpu::DeviceMemory2D::operator PtrStep< U >(), pcl::gpu::DeviceMemory2D::operator PtrStepSz< U >(), pcl::gpu::PtrStep< T >::ptr() и pcl::gpu::TextureBinder::TextureBinder().
Документация для этой структуры была сгенерирована из следующего файла:
- /__w/1/s/gpu/containers/include/pcl/gpu/containers/kernel_containers.h
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1gpu_1_1_ptr_step.html