treeBoundBox.C File Reference
Include dependency graph for treeBoundBox.C:

Go to the source code of this file.

Variables

const Foam::label facesArray [6][4]
 
const Foam::label edgesArray [12][2]
 

Detailed Description

Original source file treeBoundBox.C

Definition in file treeBoundBox.C.

Variable Documentation

◆ facesArray

const Foam::label facesArray[6][4]
Initial value:
=
{
{0, 4, 6, 2},
{1, 3, 7, 5},
{0, 1, 5, 4},
{2, 6, 7, 3},
{0, 2, 3, 1},
{4, 5, 7, 6}
}

Definition at line 48 of file treeBoundBox.C.

◆ edgesArray

const Foam::label edgesArray[12][2]
Initial value:
=
{
{0, 1},
{1, 3},
{2, 3},
{0, 2},
{4, 5},
{5, 7},
{6, 7},
{4, 6},
{0, 4},
{1, 5},
{3, 7},
{2, 6}
}

Definition at line 65 of file treeBoundBox.C.