#include <BBoxTree.h>


Public Types | |
| enum | TagType { LEAF, INTERNAL } |
Public Attributes | |
| BBox | bbox |
| TagType | tag |
Definition at line 41 of file BBoxTree.h.
| enum BBoxNode::TagType |
| Enumerator | |
|---|---|
| LEAF | |
| INTERNAL | |
Definition at line 43 of file BBoxTree.h.
| BBox BBoxNode::bbox |
Definition at line 45 of file BBoxTree.h.
| TagType BBoxNode::tag |
Definition at line 47 of file BBoxTree.h.