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

Go to the source code of this file.

Macros

#define doLocalCode(Idx)
 

Detailed Description

Original source file boundBox.C

Definition in file boundBox.C.

Macro Definition Documentation

◆ doLocalCode

#define doLocalCode (   Idx)
Value:
{ \
side |= (pln.whichSide(hexCorner<Idx>()) == plane::BACK ? 1 : 2); \
if (side == 3) return true; /* Both below and above: done */ \
}

Referenced by boundBox::intersects().