Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/gpu/octree/src/cuda/octree_iterator.hpp>
Public Member Functions | |
__device__ __forceinline__ | OctreeIteratorDeviceNS (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 | length |
const OctreeGlobalWithBox & | octree |
Definition at line 88 of file octree_iterator.hpp.
|
inline |
Definition at line 95 of file octree_iterator.hpp.
|
inline |
Definition at line 102 of file octree_iterator.hpp.
|
inline |
Definition at line 109 of file octree_iterator.hpp.
References node_idx.
|
inline |
Definition at line 114 of file octree_iterator.hpp.
References length, level, node_idx, pcl::device::OctreeGlobal::nodes, octree, and pcl::device::OctreeGlobal::parent.
int pcl::device::OctreeIteratorDeviceNS::length |
Definition at line 92 of file octree_iterator.hpp.
Referenced by gotoNextLevel(), OctreeIteratorDeviceNS(), and operator++().
int pcl::device::OctreeIteratorDeviceNS::level |
Definition at line 90 of file octree_iterator.hpp.
Referenced by gotoNextLevel(), OctreeIteratorDeviceNS(), and operator++().
int pcl::device::OctreeIteratorDeviceNS::node_idx |
Definition at line 91 of file octree_iterator.hpp.
Referenced by gotoNextLevel(), OctreeIteratorDeviceNS(), operator*(), and operator++().
const OctreeGlobalWithBox& pcl::device::OctreeIteratorDeviceNS::octree |
Definition at line 93 of file octree_iterator.hpp.
Referenced by operator++().