Go to the source code of this file.
Classes | |
| class | edge |
| An edge is a list of two point labels. The functionality it provides supports the discretisation on a 2-D flat mesh. More... | |
| struct | edge::Hash< HashT > |
| Hashing function class for edge (commutative) More... | |
| struct | is_contiguous< edge > |
| Contiguous data for edge (a pair of labels) More... | |
| struct | is_contiguous_label< edge > |
| Contiguous label data for edge (a pair of labels) More... | |
| struct | Hash< edge > |
| Hash specialization for edge, using a commutative (incremental) hash. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| edge | reverse (const edge &e) |
| Return reverse of an edge. More... | |
| bool | operator== (const edge &a, const edge &b) |
| Compare edges for equal content, ignoring orientation. More... | |
| bool | operator!= (const edge &a, const edge &b) |
| Compare edges for non-equal content, ignoring orientation. More... | |