Public Types | |
| typedef uint32 | Index |
Public Member Functions | |
| UT_RNode () | |
| ~UT_RNode () | |
| void | clear () |
| void | setInternal (const bool isInternal) |
| void | assignSubtree (const int s, const int index_root_subtree) |
| void | assignItem (const int s, const int item) |
| bool | isInternal () const |
| int | getSubtree (const int s) const |
| int | getNumItems () const |
| int | getItem (const int s) const |
Definition at line 284 of file UT_RTree.C.
Definition at line 287 of file UT_RTree.C.
Definition at line 289 of file UT_RTree.C.
Definition at line 294 of file UT_RTree.C.
| void UT_RNode< ORDER >::assignItem | ( | const int | s, | |
| const int | item | |||
| ) | [inline] |
Definition at line 328 of file UT_RTree.C.
| void UT_RNode< ORDER >::assignSubtree | ( | const int | s, | |
| const int | index_root_subtree | |||
| ) | [inline] |
Definition at line 314 of file UT_RTree.C.
| void UT_RNode< ORDER >::clear | ( | void | ) | [inline] |
Definition at line 298 of file UT_RTree.C.
| int UT_RNode< ORDER >::getItem | ( | const int | s | ) | const [inline] |
Definition at line 377 of file UT_RTree.C.
| int UT_RNode< ORDER >::getNumItems | ( | void | ) | const [inline] |
Definition at line 358 of file UT_RTree.C.
| int UT_RNode< ORDER >::getSubtree | ( | const int | s | ) | const [inline] |
Definition at line 349 of file UT_RTree.C.
| bool UT_RNode< ORDER >::isInternal | ( | ) | const [inline] |
Definition at line 341 of file UT_RTree.C.
| void UT_RNode< ORDER >::setInternal | ( | const bool | isInternal | ) | [inline] |
Definition at line 307 of file UT_RTree.C.
1.5.9