coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
coal::detail::it_recursion_node Struct Reference

Class describes the information needed when we take the right branch in searching for intervals but possibly come back and check the left branch as well. More...

#include <coal/broadphase/detail/interval_tree.h>

Collaboration diagram for coal::detail::it_recursion_node:

Public Attributes

IntervalTreeNodestart_node
 
unsigned int parent_index
 
bool try_right_branch
 

Detailed Description

Class describes the information needed when we take the right branch in searching for intervals but possibly come back and check the left branch as well.

Member Data Documentation

◆ parent_index

unsigned int coal::detail::it_recursion_node::parent_index

◆ start_node

IntervalTreeNode* coal::detail::it_recursion_node::start_node

◆ try_right_branch

bool coal::detail::it_recursion_node::try_right_branch

The documentation for this struct was generated from the following file: