A 29bits label and 3bits direction packed into single label. More...
Public Member Functions | |
labelBits () | |
Construct null. More... | |
labelBits (const label val, const direction bits) | |
Construct from components. More... | |
labelBits (Istream &is) | |
Construct from Istream. More... | |
label | val () const |
direction | bits () const |
void | setVal (const label val) |
void | setBits (const direction bits) |
Friends | |
bool | operator== (const labelBits &a, const labelBits &b) |
bool | operator!= (const labelBits &a, const labelBits &b) |
Istream & | operator>> (Istream &is, labelBits &lb) |
Ostream & | operator<< (Ostream &os, const labelBits &lb) |
A 29bits label and 3bits direction packed into single label.
Definition at line 51 of file labelBits.H.
|
inline |
Construct null.
Definition at line 78 of file labelBits.H.
Construct from components.
Definition at line 82 of file labelBits.H.
Construct from Istream.
Definition at line 88 of file labelBits.H.
|
inline |
Definition at line 97 of file labelBits.H.
Referenced by dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::getContent(), indexedOctree< Foam::treeDataFace >::getContent(), dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::getNode(), indexedOctree< Foam::treeDataFace >::getNode(), dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::isContent(), indexedOctree< Foam::treeDataFace >::isContent(), dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::isEmpty(), indexedOctree< Foam::treeDataFace >::isEmpty(), dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::isNode(), indexedOctree< Foam::treeDataFace >::isNode(), and labelBits::setBits().
|
inline |
Definition at line 102 of file labelBits.H.
Referenced by dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::getOctant(), indexedOctree< Foam::treeDataFace >::getOctant(), and labelBits::setVal().
|
inline |
Definition at line 107 of file labelBits.H.
References labelBits::bits().
|
inline |
Definition at line 112 of file labelBits.H.
References labelBits::val().
Definition at line 120 of file labelBits.H.
Definition at line 125 of file labelBits.H.
Definition at line 132 of file labelBits.H.
Definition at line 137 of file labelBits.H.