Public Attributes | List of all members
fcl::detail::it_recursion_node< S > Struct Template 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 <interval_tree.h>

Public Attributes

unsigned int parent_index
 
IntervalTreeNode< S > * start_node
 
bool try_right_branch
 

Detailed Description

template<typename S>
struct fcl::detail::it_recursion_node< S >

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.

Definition at line 54 of file interval_tree.h.

Member Data Documentation

◆ parent_index

template<typename S >
unsigned int fcl::detail::it_recursion_node< S >::parent_index

Definition at line 59 of file interval_tree.h.

◆ start_node

template<typename S >
IntervalTreeNode<S>* fcl::detail::it_recursion_node< S >::start_node

Definition at line 57 of file interval_tree.h.

◆ try_right_branch

template<typename S >
bool fcl::detail::it_recursion_node< S >::try_right_branch

Definition at line 61 of file interval_tree.h.


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


fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:50