$search

collision_space_ccd::Interval Struct Reference

Interval trees implemented using red-black-trees as described in the book Introduction_To_Algorithms_ by Cormen, Leisserson, and Rivest. Can be replaced in part by boost::icl::interval_set, which is only supported after boost 1.46 and does not support delete node routine. More...

#include <interval_tree.h>

List of all members.

Public Member Functions

 Interval ()
virtual void print ()
virtual ~Interval ()

Public Attributes

double high
double low

Detailed Description

Interval trees implemented using red-black-trees as described in the book Introduction_To_Algorithms_ by Cormen, Leisserson, and Rivest. Can be replaced in part by boost::icl::interval_set, which is only supported after boost 1.46 and does not support delete node routine.

Definition at line 53 of file interval_tree.h.


Constructor & Destructor Documentation

collision_space_ccd::Interval::Interval (  )  [inline]

Definition at line 56 of file interval_tree.h.

virtual collision_space_ccd::Interval::~Interval (  )  [inline, virtual]

Definition at line 57 of file interval_tree.h.


Member Function Documentation

virtual void collision_space_ccd::Interval::print (  )  [inline, virtual]

Definition at line 58 of file interval_tree.h.


Member Data Documentation

Definition at line 60 of file interval_tree.h.

Definition at line 60 of file interval_tree.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends


collision_space_ccd
Author(s): Jia Pan
autogenerated on Fri Mar 1 15:01:55 2013