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

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>

Inheritance diagram for coal::detail::SimpleInterval:

Public Member Functions

virtual ~SimpleInterval ()
 
virtual void print ()
 

Public Attributes

Scalar low
 interval is defined as [low, high] More...
 
Scalar high
 

Detailed Description

Interval trees implemented using red-black-trees as described in the book Introduction_To_Algorithms_ by Cormen, Leisserson, and Rivest.

Constructor & Destructor Documentation

◆ ~SimpleInterval()

coal::detail::SimpleInterval::~SimpleInterval ( )
virtual

Member Function Documentation

◆ print()

void coal::detail::SimpleInterval::print ( )
virtual

Member Data Documentation

◆ 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: