#include <sspt_rtree.h>
Public Member Functions | |
| sspt_RTree (int min, int max) | |
| ~sspt_RTree () | |
| bool | find (sspt_List< Tuple * > *group, const Interval &interval) |
| void | insert (Tuple *tuple) |
| bool | remove (Tuple *tuple) |
| sspt_RNode< Tuple, Interval > * | root () |
| sspt_RTree< Tuple, Interval >::sspt_RTree | ( | int | min, | |
| int | max | |||
| ) | [inline] |
| sspt_RTree< Tuple, Interval >::~sspt_RTree | ( | ) | [inline] |
| bool sspt_RTree< Tuple, Interval >::find | ( | sspt_List< Tuple * > * | group, | |
| const Interval & | interval | |||
| ) | [inline] |
| void sspt_RTree< Tuple, Interval >::insert | ( | Tuple * | tuple | ) | [inline] |
| bool sspt_RTree< Tuple, Interval >::remove | ( | Tuple * | tuple | ) | [inline] |
| sspt_RNode< Tuple, Interval > * sspt_RTree< Tuple, Interval >::root | ( | ) | [inline] |