Common functionality of treeNode and treeLeaf. More...
#include <meshTools/treeElem.H>
Common functionality of treeNode and treeLeaf.
Definition at line 50 of file treeElem.H.
Public Member Functions | |
treeElem (const treeBoundBox &bb) | |
Construct from bounding box.
| |
const treeBoundBox & | bb () const |
Bounding box of this node.
| |
treeBoundBox & | bb () |
Bounding box of this node.
|
treeElem | ( | const treeBoundBox & | bb ) | [inline]
|
Construct from bounding box.
Definition at line 62 of file treeElem.H.
const treeBoundBox& bb | ( | ) | const [inline]
|
Bounding box of this node.
Definition at line 73 of file treeElem.H.
Referenced by treeNode< Type >::distribute(), treeNode< Type >::findBox(), treeNode< Type >::findNearest(), treeNode< Type >::findTightest(), Foam::operator>>(), and treeNode< Type >::writeOBJ().
treeBoundBox& bb | ( | ) | [inline]
|
Bounding box of this node.
Definition at line 79 of file treeElem.H.