#include <UT_RTree.h>
Public Types | |
| typedef T | Scalar |
Public Member Functions | |
| UT_BoxT () | |
| UT_BoxT (const T p[3]) | |
| bool | isEmpty () const |
| T | getMin (const int c) const |
| T | getMax (const int c) const |
| void | assignPoint (const T *const p) |
| void | absorbPoint (const T *const p) |
| void | absorbBox (const UT_BoxT< T > &b) |
| void | expandDistance (const T l) |
| bool | contains (const T *const p) const |
| bool | intersects (const UT_BoxT< T > &b) const |
| int | getLargestAxis () const |
Definition at line 32 of file UT_RTree.h.
Definition at line 35 of file UT_RTree.h.
Definition at line 31 of file UT_RTree.C.
Definition at line 44 of file UT_RTree.C.
Definition at line 110 of file UT_RTree.C.
| void UT_BoxT< T >::absorbPoint | ( | const T *const | p | ) | [inline] |
Definition at line 97 of file UT_RTree.C.
| void UT_BoxT< T >::assignPoint | ( | const T *const | p | ) | [inline] |
Definition at line 84 of file UT_RTree.C.
| bool UT_BoxT< T >::contains | ( | const T *const | p | ) | const [inline] |
Definition at line 139 of file UT_RTree.C.
| void UT_BoxT< T >::expandDistance | ( | const T | l | ) | [inline] |
Definition at line 123 of file UT_RTree.C.
| int UT_BoxT< T >::getLargestAxis | ( | ) | const [inline] |
Definition at line 159 of file UT_RTree.C.
| T UT_BoxT< T >::getMax | ( | const int | c | ) | const [inline] |
Definition at line 74 of file UT_RTree.C.
| T UT_BoxT< T >::getMin | ( | const int | c | ) | const [inline] |
Definition at line 64 of file UT_RTree.C.
Definition at line 148 of file UT_RTree.C.
| bool UT_BoxT< T >::isEmpty | ( | void | ) | const [inline] |
Definition at line 53 of file UT_RTree.C.
1.5.9