Go to the source code of this file.
Classes | |
| class | DynamicList< T, SizeMin > |
| A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects. More... | |
| class | face |
| A face is a list of labels corresponding to mesh vertices. More... | |
| struct | Hash< face > |
| Hash specialization for face. More... | |
| struct | offsetOp< face > |
| Specialization to offset faces, used in ListListOps::combineOffset. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| label | longestEdge (const face &f, const UList< point > &pts) |
| bool | operator== (const face &a, const face &b) |
| bool | operator!= (const face &a, const face &b) |