#include <MRAABBTreeNode.h>
|
using | LeafId = typename T::LeafId |
|
using | BoxT = typename T::BoxT |
|
|
bool | leaf () const |
| returns true if this is a leaf node without children nodes but with a LeafId reference
|
|
LeafId | leafId () const |
| returns face (for the leaf node only)
|
|
void | setLeafId (LeafId id) |
|
|
BoxT | box |
| bounding box of whole subtree
|
|
NodeId | l |
|
NodeId | r |
|
◆ BoxT
◆ LeafId
◆ leaf()
returns true if this is a leaf node without children nodes but with a LeafId reference
◆ leafId()
returns face (for the leaf node only)
◆ setLeafId()
◆ box
bounding box of whole subtree
The documentation for this struct was generated from the following file: