Template invariant parts for AABBTree. More...
#include <AABBTree.H>

Public Member Functions | |
| AABBTreeBase ()=default | |
| Default construct. | |
Static Public Member Functions | |
| static void | writeOBJ (Ostream &os, const treeBoundBox &bb, label &vertIndex, const bool writeLinesOnly=false) |
| Write treeBoundBox in OBJ format. | |
Static Protected Attributes | |
| static scalar | tolerance_ = 1e-4 |
| Relative tolerance. | |
Template invariant parts for AABBTree.
Definition at line 71 of file AABBTree.H.
|
default |
|
static |
Write treeBoundBox in OBJ format.
Definition at line 31 of file AABBTreeBase.C.
References e, treeBoundBox::edges, f(), treeBoundBox::faces, Foam::nl, os(), p, treeBoundBox::points(), and pts.
Referenced by AABBTree< Type >::writeOBJ(), and AABBTree< Type >::writeOBJ().


|
staticprotected |
Relative tolerance.
Definition at line 80 of file AABBTree.H.
Referenced by AABBTree< Type >::createBoxes().