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);
100 int pos = node_idx - parent_first;
102 length = parent_len - pos;
const OctreeGlobalWithBox & octree
This file defines compatibility wrappers for low level I/O functions.
__device__ __forceinline__ void gotoNextLevel(int first, int len)
__device__ __forceinline__ void operator++()
__device__ __forceinline__ OctreePriorityIteratorDevice(const OctreeGlobalWithBox &octree_arg)
__device__ __forceinline__ int operator*() const