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 78 of file indexedOctree.H.
Definition at line 91 of file indexedOctree.H.
Definition at line 97 of file indexedOctree.H.
Definition at line 102 of file indexedOctree.H.
Definition at line 110 of file indexedOctree.H.
treeBoundBox bb_ |
Bounding box of this node.
Definition at line 83 of file indexedOctree.H.
label parent_ |
Parent node (index into nodes_ of tree)
Definition at line 86 of file indexedOctree.H.
IDs of the 8 nodes on all sides of the mid point.
Definition at line 89 of file indexedOctree.H.