#include <src/meshTools/indexedOctree/indexedOctree.H>
Definition at line 89 of file indexedOctree.H.
Public Attributes | |
treeBoundBox | bb_ |
Bounding box of this node.
| |
label | parent_ |
parent node (index into nodes_ of tree)
| |
FixedList< labelBits, 8 > | subNodes_ |
IDs of the 8 nodes on all sides of the mid point.
| |
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) |
Definition at line 102 of file indexedOctree.H.
Definition at line 108 of file indexedOctree.H.
Definition at line 113 of file indexedOctree.H.
Definition at line 121 of file indexedOctree.H.
Bounding box of this node.
Definition at line 94 of file indexedOctree.H.
Referenced by indexedOctree< Type >::findNearest(), indexedOctree< Type >::findNode(), and indexedOctree< Type >::print().
label parent_ |
parent node (index into nodes_ of tree)
Definition at line 97 of file indexedOctree.H.
Referenced by indexedOctree< Type >::print().
IDs of the 8 nodes on all sides of the mid point.
Definition at line 100 of file indexedOctree.H.
Referenced by indexedOctree< Type >::findNearest(), indexedOctree< Type >::findNode(), and indexedOctree< Type >::print().