Struct SimpleInterval

Inheritance Relationships

Derived Type

Struct Documentation

struct SimpleInterval

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

Subclassed by hpp::fcl::IntervalTreeCollisionManager::SAPInterval

Public Functions

virtual ~SimpleInterval()
virtual void print()

Public Members

FCL_REAL low

interval is defined as [low, high]

FCL_REAL high