cols() const | pcl::gpu::DeviceArray2D< T > | inline |
colsBytes() const | pcl::gpu::DeviceMemory2D | |
copyTo(DeviceArray2D &other) const | pcl::gpu::DeviceArray2D< T > | inline |
pcl::gpu::DeviceMemory2D::copyTo(DeviceMemory2D &other) const | pcl::gpu::DeviceMemory2D | |
create(int rows, int cols) | pcl::gpu::DeviceArray2D< T > | inline |
DeviceArray2D() | pcl::gpu::DeviceArray2D< T > | inline |
DeviceArray2D(int rows, int cols) | pcl::gpu::DeviceArray2D< T > | inline |
DeviceArray2D(int rows, int cols, void *data, std::size_t stepBytes) | pcl::gpu::DeviceArray2D< T > | inline |
DeviceArray2D(const DeviceArray2D &other) | pcl::gpu::DeviceArray2D< T > | inline |
DeviceMemory2D() | pcl::gpu::DeviceMemory2D | |
DeviceMemory2D(int rows_arg, int colsBytes_arg) | pcl::gpu::DeviceMemory2D | |
DeviceMemory2D(int rows_arg, int colsBytes_arg, void *data_arg, std::size_t step_arg) | pcl::gpu::DeviceMemory2D | |
DeviceMemory2D(const DeviceMemory2D &other_arg) | pcl::gpu::DeviceMemory2D | |
download(void *host_ptr, std::size_t host_step) const | pcl::gpu::DeviceArray2D< T > | inline |
download(std::vector< T, A > &data, int &cols) const | pcl::gpu::DeviceArray2D< T > | inline |
elem_size enum value | pcl::gpu::DeviceArray2D< T > | |
elem_step() const | pcl::gpu::DeviceArray2D< T > | inline |
empty() const | pcl::gpu::DeviceMemory2D | |
operator const T *() const | pcl::gpu::DeviceArray2D< T > | inline |
operator PtrStep< U >() const | pcl::gpu::DeviceMemory2D | |
operator PtrStepSz< U >() const | pcl::gpu::DeviceMemory2D | |
operator T*() | pcl::gpu::DeviceArray2D< T > | inline |
operator=(const DeviceArray2D &other) | pcl::gpu::DeviceArray2D< T > | inline |
pcl::gpu::DeviceMemory2D::operator=(const DeviceMemory2D &other_arg) | pcl::gpu::DeviceMemory2D | |
ptr(int y=0) | pcl::gpu::DeviceArray2D< T > | inline |
ptr(int y=0) const | pcl::gpu::DeviceArray2D< T > | inline |
release() | pcl::gpu::DeviceArray2D< T > | inline |
rows() const | pcl::gpu::DeviceArray2D< T > | inline |
step() const | pcl::gpu::DeviceMemory2D | |
swap(DeviceArray2D &other_arg) | pcl::gpu::DeviceArray2D< T > | |
pcl::gpu::DeviceMemory2D::swap(DeviceMemory2D &other_arg) | pcl::gpu::DeviceMemory2D | |
type typedef | pcl::gpu::DeviceArray2D< T > | |
upload(const void *host_ptr, std::size_t host_step, int rows, int cols) | pcl::gpu::DeviceArray2D< T > | inline |
upload(const std::vector< T, A > &data, int cols) | pcl::gpu::DeviceArray2D< T > | inline |
~DeviceMemory2D() | pcl::gpu::DeviceMemory2D | |