Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
pcl::device::CUDATree Struct Reference

Struct that holds a single RDF tree in GPU. More...

#include </build/pcl-uIWyNl/pcl-1.15.1+dfsg/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< Nodenodes_device
DeviceArray< Labelleaves_device

Detailed Description

Struct that holds a single RDF tree in GPU.

Definition at line 116 of file internal.h.

Member Typedef Documentation

◆ Label

◆ Node

Constructor & Destructor Documentation

◆ CUDATree()

pcl::device::CUDATree::CUDATree ( int treeHeight_,
const std::vector< Node > & nodes,
const std::vector< Label > & leaves )

Member Data Documentation

◆ leaves_device

DeviceArray<Label> pcl::device::CUDATree::leaves_device

Definition at line 125 of file internal.h.

◆ nodes_device

DeviceArray<Node> pcl::device::CUDATree::nodes_device

Definition at line 124 of file internal.h.

◆ numNodes

int pcl::device::CUDATree::numNodes

Definition at line 122 of file internal.h.

◆ treeHeight

int pcl::device::CUDATree::treeHeight

Definition at line 121 of file internal.h.


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