Point Cloud Library (PCL)
1.8.1
|
#include </build/pcl-dK3nj0/pcl-1.8.1+dfsg1/gpu/octree/src/utils/priority_octree_iterator.hpp>
Public Member Functions | |
__device__ __forceinline__ | OctreePriorityIteratorDevice (const OctreeGlobalWithBox &octree_arg) |
__device__ __forceinline__ void | gotoNextLevel (int first, int len) |
__device__ __forceinline__ int | operator* () const |
__device__ __forceinline__ void | operator++ () |
Public Attributes | |
int | level |
int | node_idx |
int | lenght |
const OctreeGlobalWithBox & | octree |
Definition at line 44 of file priority_octree_iterator.hpp.
|
inline |
Definition at line 51 of file priority_octree_iterator.hpp.
|
inline |
Definition at line 58 of file priority_octree_iterator.hpp.
References level.
|
inline |
Definition at line 65 of file priority_octree_iterator.hpp.
References node_idx.
|
inline |
Definition at line 70 of file priority_octree_iterator.hpp.
References level, node_idx, pcl::device::OctreeGlobal::nodes, and pcl::device::OctreeGlobal::parent.
int pcl::device::OctreePriorityIteratorDevice::lenght |
Definition at line 48 of file priority_octree_iterator.hpp.
int pcl::device::OctreePriorityIteratorDevice::level |
Definition at line 46 of file priority_octree_iterator.hpp.
Referenced by gotoNextLevel(), and operator++().
int pcl::device::OctreePriorityIteratorDevice::node_idx |
Definition at line 47 of file priority_octree_iterator.hpp.
Referenced by operator*(), and operator++().
const OctreeGlobalWithBox& pcl::device::OctreePriorityIteratorDevice::octree |
Definition at line 49 of file priority_octree_iterator.hpp.