71 if (this->currentNode_)
80 if (currentChildIdx_ < 8)
85 while ((currentChildIdx_ < 7) && !(
itNode))
109 if (!stack_.empty ())
111 std::pair<OutofcoreOctreeBaseNode<ContainerT, PointT>*,
unsigned char>&
stackEntry = stack_.back ();
118 this->currentOctreeDepth_--;
122 this->currentNode_ =
nullptr;
128 std::pair<OutofcoreOctreeBaseNode<ContainerT, PointT>*,
unsigned char>
newStackEntry;
130 newStackEntry.second =
static_cast<unsigned char> (currentChildIdx_+1);
136 this->currentOctreeDepth_++;
138 this->currentNode_ =
itNode;