Point Cloud Library (PCL)
1.14.1-dev
|
Struct that holds a single RDF tree in GPU. More...
#include </__w/1/s/gpu/people/src/internal.h>
Public Types | |
using | Node = pcl::gpu::people::trees::Node |
using | Label = pcl::gpu::people::trees::Label |
Public Member Functions | |
CUDATree (int treeHeight_, const std::vector< Node > &nodes, const std::vector< Label > &leaves) | |
Public Attributes | |
int | treeHeight |
int | numNodes |
DeviceArray< Node > | nodes_device |
DeviceArray< Label > | leaves_device |
Struct that holds a single RDF tree in GPU.
Definition at line 116 of file internal.h.
Definition at line 119 of file internal.h.
Definition at line 118 of file internal.h.
pcl::device::CUDATree::CUDATree | ( | int | treeHeight_, |
const std::vector< Node > & | nodes, | ||
const std::vector< Label > & | leaves | ||
) |
DeviceArray<Label> pcl::device::CUDATree::leaves_device |
Definition at line 125 of file internal.h.
DeviceArray<Node> pcl::device::CUDATree::nodes_device |
Definition at line 124 of file internal.h.
int pcl::device::CUDATree::numNodes |
Definition at line 122 of file internal.h.
int pcl::device::CUDATree::treeHeight |
Definition at line 121 of file internal.h.