Interval trees implemented using red-black-trees as described in the book Introduction_To_Algorithms_ by Cormen, Leisserson, and Rivest.  
 More...
#include <coal/broadphase/detail/simple_interval.h>
Interval trees implemented using red-black-trees as described in the book Introduction_To_Algorithms_ by Cormen, Leisserson, and Rivest. 
◆ ~SimpleInterval()
  
  | 
        
          | coal::detail::SimpleInterval::~SimpleInterval | ( |  | ) |  |  | virtual | 
 
 
◆ print()
  
  | 
        
          | void coal::detail::SimpleInterval::print | ( |  | ) |  |  | virtual | 
 
 
◆ high
      
        
          | Scalar coal::detail::SimpleInterval::high | 
      
 
 
◆ low
      
        
          | Scalar coal::detail::SimpleInterval::low | 
      
 
interval is defined as [low, high] 
 
 
The documentation for this struct was generated from the following files: