edge.H File Reference
Include dependency graph for edge.H:
This graph shows which files directly or indirectly include this file:

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::hasher
 Hashing functor for edge (commutative) More...
 
struct  edge::Hash< Unused >
 Deprecated(2021-04) hashing functor. Use hasher() 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 >
 Hashing for edge uses commutative (incremental) hash. More...
 

Namespaces

namespace  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...
 

Detailed Description

Original source file edge.H

Definition in file edge.H.