

Public Types | |
| enum | cellTypes { ctUnassigned = INT_MIN, ctFar = INT_MIN + 1, ctInternal = INT_MIN + 2, ctSurface = INT_MIN + 3, ctFeatureEdge = INT_MIN + 4, ctFeaturePoint = INT_MIN + 5 } |
Static Public Attributes | |
| static const Foam::NamedEnum< cellTypes, 6 > | cellTypesNames_ |
| enum cellTypes |
| Enumerator | |
|---|---|
| ctUnassigned | |
| ctFar | |
| ctInternal | |
| ctSurface | |
| ctFeatureEdge | |
| ctFeaturePoint | |
Definition at line 50 of file indexedCellEnum.H.
|
static |
Definition at line 60 of file indexedCellEnum.H.
1.8.13