#include <BBoxTree.h>


Public Member Functions | |
| BBoxLeaf () | |
| BBoxLeaf (const Polytope *p) | |
| void | fitBBox () |
Public Attributes | |
| const Polytope * | poly |
Public Attributes inherited from BBoxNode | |
| BBox | bbox |
| TagType | tag |
Additional Inherited Members | |
Public Types inherited from BBoxNode | |
| enum | TagType { LEAF, INTERNAL } |
Definition at line 50 of file BBoxTree.h.
|
inline |
Definition at line 54 of file BBoxTree.h.
|
inline |
| void BBoxLeaf::fitBBox | ( | ) |
| const Polytope* BBoxLeaf::poly |
Definition at line 52 of file BBoxTree.h.