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

#include </build/pcl-uIWyNl/pcl-1.15.1+dfsg/gpu/octree/src/internal.hpp>

Inheritance diagram for pcl::device::OctreeGlobal:

Public Member Functions

 OctreeGlobal ()

Public Attributes

int * nodes
int * codes
int * begs
int * ends
int * nodes_num
int * parent

Detailed Description

Definition at line 48 of file internal.hpp.

Constructor & Destructor Documentation

◆ OctreeGlobal()

pcl::device::OctreeGlobal::OctreeGlobal ( )
inline

Definition at line 59 of file internal.hpp.

References begs, codes, ends, nodes, nodes_num, and parent.

Member Data Documentation

◆ begs

int* pcl::device::OctreeGlobal::begs

Definition at line 52 of file internal.hpp.

Referenced by OctreeGlobal().

◆ codes

int* pcl::device::OctreeGlobal::codes

Definition at line 51 of file internal.hpp.

Referenced by OctreeGlobal().

◆ ends

int* pcl::device::OctreeGlobal::ends

Definition at line 53 of file internal.hpp.

Referenced by OctreeGlobal().

◆ nodes

int* pcl::device::OctreeGlobal::nodes

Definition at line 50 of file internal.hpp.

Referenced by OctreeGlobal().

◆ nodes_num

int* pcl::device::OctreeGlobal::nodes_num

Definition at line 55 of file internal.hpp.

Referenced by OctreeGlobal().

◆ parent

int* pcl::device::OctreeGlobal::parent

Definition at line 57 of file internal.hpp.

Referenced by OctreeGlobal().


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