Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Macros | |
#define | INT_ADD_SIZE(x, s, y) x ## s ## y |
#define | INT_ADD_DEF_SIZE(x, s, y) INT_ADD_SIZE(x,s,y) |
#define | INT_SIZE(x, y) INT_ADD_DEF_SIZE(x,WM_LABEL_SIZE,y) |
Functions | |
label | readLabel (Istream &is) |
label | pow (label a, label b) |
Raise one label to the power of another. More... | |
label | factorial (label n) |
Return n! : 0 < n <= 12. More... | |
label | log2 (label i) |
Return the log base 2 by successive bit-shifting of the given label. More... | |
label & | setComponent (label &l, const direction) |
label | component (const label l, const direction) |
Variables | |
static const label | labelMin = INTWM_LABEL_SIZE_MIN |
static const label | labelMax = INTWM_LABEL_SIZE_MAX |
#define INT_SIZE | ( | x, | |
y | |||
) | INT_ADD_DEF_SIZE(x,WM_LABEL_SIZE,y) |
Definition at line 45 of file label.H.
Referenced by Foam::readLabel().