treeBoundBox::octantBit Struct Reference

Bits used for octant/point coding. More...

Public Types

enum  { rightHalf = 0x1 << 0, topHalf = 0x1 << 1, frontHalf = 0x1 << 2 }
 

Detailed Description

Bits used for octant/point coding.

Every octant/corner point is the combination of three faces.

Definition at line 112 of file treeBoundBox.H.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
rightHalf 
topHalf 
frontHalf 

Definition at line 114 of file treeBoundBox.H.


The documentation for this struct was generated from the following file: