Public Member Functions | Public Attributes | List of all members
hpp::fcl::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 <simple_interval.h>

Inheritance diagram for hpp::fcl::detail::SimpleInterval:
Inheritance graph
[legend]

Public Member Functions

virtual void print ()
 
virtual ~SimpleInterval ()
 

Public Attributes

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

Detailed Description

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

Definition at line 50 of file simple_interval.h.

Constructor & Destructor Documentation

◆ ~SimpleInterval()

hpp::fcl::detail::SimpleInterval::~SimpleInterval ( )
virtual

Definition at line 49 of file simple_interval-inl.h.

Member Function Documentation

◆ print()

void hpp::fcl::detail::SimpleInterval::print ( )
virtual

Definition at line 54 of file simple_interval-inl.h.

Member Data Documentation

◆ high

FCL_REAL hpp::fcl::detail::SimpleInterval::high

Definition at line 57 of file simple_interval.h.

◆ low

FCL_REAL hpp::fcl::detail::SimpleInterval::low

interval is defined as [low, high]

Definition at line 57 of file simple_interval.h.


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


hpp-fcl
Author(s):
autogenerated on Fri Jun 2 2023 02:39:03