![]() |
|
Public Member Functions | |
diagonalEdge () | |
Construct null. | |
diagonalEdge (const label faceLabel, const label faceIndex0, const label faceIndex1) | |
Construct from components. | |
label | faceLabel () const |
label | faceIndex0 () const |
label | faceIndex1 () const |
template<class T> | |
T | interpolate (const primitiveMesh &mesh, const Field< T > &vertField, const scalar weight) const |
point | coord (const primitiveMesh &mesh, const scalar weight) const |
bool | operator== (const diagonalEdge &de) const |
Friends | |
Ostream & | operator<< (Ostream &os, const diagonalEdge &de) |
|
Construct null.
Definition at line 112 of file diagonalEdge.H. References Foam::label. |
|
Construct from components.
Definition at line 121 of file diagonalEdge.H. |
|
Definition at line 164 of file diagonalEdge.H. |
|
Definition at line 139 of file diagonalEdge.H. References Foam::interpolate(), and Foam::T(). |
Here is the call graph for this function:
|
Definition at line 144 of file diagonalEdge.H. References primitiveMesh::faces(), and mesh. |
Here is the call graph for this function:
|
Definition at line 134 of file diagonalEdge.H. References Foam::label. Referenced by diagonalEdge::diagonalEdgeHash::diagonalEdgeHash(). |
|
Definition at line 151 of file diagonalEdge.H. |
|
Definition at line 172 of file diagonalEdge.H. References diagonalEdge::faceIndex0_, diagonalEdge::faceIndex1_, and diagonalEdge::faceLabel_. |
|
Definition at line 183 of file diagonalEdge.H. |