#include <BBoxTree.h>


Public Member Functions | |
| BBoxInternal () | |
| BBoxInternal (int n, BBoxLeaf *l) | |
| void | refitBBox () |
Public Attributes | |
| BBoxNode * | lson |
| BBoxNode * | rson |
Public Attributes inherited from BBoxNode | |
| BBox | bbox |
| TagType | tag |
Additional Inherited Members | |
Public Types inherited from BBoxNode | |
| enum | TagType { LEAF, INTERNAL } |
Definition at line 63 of file BBoxTree.h.
|
inline |
Definition at line 68 of file BBoxTree.h.
| BBoxInternal::BBoxInternal | ( | int | n, |
| BBoxLeaf * | l | ||
| ) |
|
inline |
| BBoxNode* BBoxInternal::lson |
Definition at line 65 of file BBoxTree.h.
| BBoxNode* BBoxInternal::rson |
Definition at line 66 of file BBoxTree.h.