37 #ifndef PCL_GPU_OCTREE_PRIORITY_ITERATOR
38 #define PCL_GPU_OCTREE_PRIORITY_ITERATOR
97 int parent_first = parent >> 8;
98 int parent_len = __popc(parent & 0xFF);
102 length = parent_len - pos;
__device__ __forceinline__ int operator*() const
__device__ __forceinline__ void gotoNextLevel(int first, int len)
__device__ __forceinline__ void operator++()
const OctreeGlobalWithBox & octree
__device__ __forceinline__ OctreePriorityIteratorDevice(const OctreeGlobalWithBox &octree_arg)