Template invariant parts for AABBTree. More...

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


|
staticprotected |
Relative tolerance.
Definition at line 80 of file AABBTree.H.