Tree node. Has up pointer and down pointers. More...
Public Attributes | |
treeBoundBox | bb_ |
Bounding box of this node. More... | |
label | parent_ |
Parent node (index into nodes_ of tree) More... | |
FixedList< labelBits, 8 > | subNodes_ |
IDs of the 8 nodes on all sides of the mid point. More... | |
Friends | |
Ostream & | operator<< (Ostream &os, const node &n) |
Istream & | operator>> (Istream &is, node &n) |
bool | operator== (const node &a, const node &b) |
bool | operator!= (const node &a, const node &b) |
Tree node. Has up pointer and down pointers.
Definition at line 87 of file dynamicIndexedOctree.H.
Definition at line 100 of file dynamicIndexedOctree.H.
Definition at line 106 of file dynamicIndexedOctree.H.
Definition at line 111 of file dynamicIndexedOctree.H.
Definition at line 119 of file dynamicIndexedOctree.H.
treeBoundBox bb_ |
Bounding box of this node.
Definition at line 92 of file dynamicIndexedOctree.H.
label parent_ |
Parent node (index into nodes_ of tree)
Definition at line 95 of file dynamicIndexedOctree.H.
IDs of the 8 nodes on all sides of the mid point.
Definition at line 98 of file dynamicIndexedOctree.H.