Public Member Functions | Public Attributes | List of all members
fcl::detail::SimpleInterval< S > Struct Template 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>

Public Member Functions

virtual void print ()
 
virtual ~SimpleInterval ()
 

Public Attributes

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

Detailed Description

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

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

Definition at line 52 of file simple_interval.h.

Constructor & Destructor Documentation

◆ ~SimpleInterval()

template<typename S >
fcl::detail::SimpleInterval< S >::~SimpleInterval
virtual

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

Member Function Documentation

◆ print()

template<typename S >
void fcl::detail::SimpleInterval< S >::print
virtual

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

Member Data Documentation

◆ high

template<typename S >
S fcl::detail::SimpleInterval< S >::high

Definition at line 60 of file simple_interval.h.

◆ low

template<typename S >
S fcl::detail::SimpleInterval< S >::low

interval is defined as [low, high]

Definition at line 60 of file simple_interval.h.


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


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